X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b0ce62b0d959fd0d2d20022d803acb1c100d2bb5..40c7c611cfab3dfe403a041e4921805cb107adf4:/lib/python/Screens/Scart.py 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):