From: ghost Date: Fri, 18 Feb 2011 15:46:25 +0000 (+0100) Subject: Standby.py: re-add remove MessageBox.close X-Git-Tag: experimental-2011.03~5^2 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/dd8a62a39c055230364641b7413ca34b2f00e51c Standby.py: re-add remove MessageBox.close refs #690 --- diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py index c93dd008..94a56ee4 100644 --- a/lib/python/Screens/Standby.py +++ b/lib/python/Screens/Standby.py @@ -161,6 +161,8 @@ class TryQuitMainloop(MessageBox): self.session.nav.record_event.remove(self.getRecordEvent) if value: quitMainloop(self.retval) + else: + MessageBox.close(self, True) def __onShow(self): global inTryQuitMainloop