From 4595255653624ea92c89b46b5cc8f1522965cdab Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Tue, 18 Apr 2006 18:57:29 +0000 Subject: [PATCH] fix typo --- lib/python/Screens/Scart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.30.2