From: ghost Date: Fri, 18 Feb 2011 15:46:25 +0000 (+0100) Subject: Standby.py: re-add remove MessageBox.close X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=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 c93dd00..94a56ee 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