diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2011-02-18 16:46:25 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2011-02-18 16:46:25 +0100 |
| commit | dd8a62a39c055230364641b7413ca34b2f00e51c (patch) | |
| tree | 6bac372d7f86d96c9f0a0b0cdb83e7a9771f3302 /lib/python/Screens/Standby.py | |
| parent | 281453adb0ff8b3e86eb47aca241284d0cfd7313 (diff) | |
| download | enigma2-dd8a62a39c055230364641b7413ca34b2f00e51c.tar.gz enigma2-dd8a62a39c055230364641b7413ca34b2f00e51c.zip | |
Standby.py: re-add remove MessageBox.close
refs #690
Diffstat (limited to 'lib/python/Screens/Standby.py')
| -rw-r--r-- | lib/python/Screens/Standby.py | 2 |
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 |
