From dd8a62a39c055230364641b7413ca34b2f00e51c Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Feb 2011 16:46:25 +0100 Subject: [PATCH] Standby.py: re-add remove MessageBox.close refs #690 --- lib/python/Screens/Standby.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.7.4