diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-04-18 18:57:29 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-04-18 18:57:29 +0000 |
| commit | 4595255653624ea92c89b46b5cc8f1522965cdab (patch) | |
| tree | 219d418927a301b8a6af920451a3b7eb1673e4b3 /lib/python | |
| parent | 922ee511d15d808b72d5a53ce65f0b09fc1f93a8 (diff) | |
| download | enigma2-4595255653624ea92c89b46b5cc8f1522965cdab.tar.gz enigma2-4595255653624ea92c89b46b5cc8f1522965cdab.zip | |
fix typo
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/Scart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/Scart.py b/lib/python/Screens/Scart.py index e8b7a4a7..3bb2ca9c 100644 --- a/lib/python/Screens/Scart.py +++ b/lib/python/Screens/Scart.py @@ -17,7 +17,7 @@ class Scart(Screen): def showMessageBox(self): # only open messagebox on first execBegin - self.onShown.remove(self.showMessageBox) + self.onExecBegin.remove(self.showMessageBox) self.session.openWithCallback(self.switchToTV, MessageBox, _("If you see this, something is wrong with\nyour scart connection. Press OK to return."), MessageBox.TYPE_ERROR) def switchToTV(self, *val): |
