aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2011-02-18 16:46:25 +0100
committerghost <andreas.monzner@multimedia-labs.de>2011-02-18 16:46:25 +0100
commitdd8a62a39c055230364641b7413ca34b2f00e51c (patch)
tree6bac372d7f86d96c9f0a0b0cdb83e7a9771f3302 /lib/python/Screens
parent281453adb0ff8b3e86eb47aca241284d0cfd7313 (diff)
downloadenigma2-dd8a62a39c055230364641b7413ca34b2f00e51c.tar.gz
enigma2-dd8a62a39c055230364641b7413ca34b2f00e51c.zip
Standby.py: re-add remove MessageBox.close
refs #690
Diffstat (limited to 'lib/python/Screens')
-rw-r--r--lib/python/Screens/Standby.py2
1 files changed, 2 insertions, 0 deletions
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