diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2011-02-18 16:37:49 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2011-02-18 16:37:49 +0100 |
| commit | 82606cdc060c9c8c6f3f5d6909623f6eafe9076c (patch) | |
| tree | feac7c425a327e0853f3720d3c61374b3e76baad /lib/python | |
| parent | 84cd720642f5a45f27de25b5d27096ad69763bd3 (diff) | |
| parent | 281453adb0ff8b3e86eb47aca241284d0cfd7313 (diff) | |
| download | enigma2-82606cdc060c9c8c6f3f5d6909623f6eafe9076c.tar.gz enigma2-82606cdc060c9c8c6f3f5d6909623f6eafe9076c.zip | |
Merge branch 'bug_690_fix_oled_lcd_clear_on_shutdown' into experimental
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/Standby.py | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py index 1a7ebbd1..c93dd008 100644 --- a/lib/python/Screens/Standby.py +++ b/lib/python/Screens/Standby.py @@ -160,14 +160,7 @@ class TryQuitMainloop(MessageBox): self.conntected=False self.session.nav.record_event.remove(self.getRecordEvent) if value: - # hack .. we dont like to show any other screens when this screen has closed - self.onClose = [self.__closed] - self.session.dialog_stack = [] - self.session.summary_stack = [None] - MessageBox.close(self, True) - - def __closed(self): - quitMainloop(self.retval) + quitMainloop(self.retval) def __onShow(self): global inTryQuitMainloop |
