diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2011-02-18 16:46:34 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2011-02-18 16:46:34 +0100 |
| commit | 86e9360f343238d5b6fc180be0b6076549847bc3 (patch) | |
| tree | 0504b1ba4072368025e5aba88d0c9bded5a61d2c | |
| parent | 82606cdc060c9c8c6f3f5d6909623f6eafe9076c (diff) | |
| parent | dd8a62a39c055230364641b7413ca34b2f00e51c (diff) | |
| download | enigma2-86e9360f343238d5b6fc180be0b6076549847bc3.tar.gz enigma2-86e9360f343238d5b6fc180be0b6076549847bc3.zip | |
Merge branch 'bug_690_fix_oled_lcd_clear_on_shutdown' into experimental
| -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 |
