git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
281453a
)
Standby.py: re-add remove MessageBox.close
author
ghost
<
[email protected]
>
Fri, 18 Feb 2011 15:46:25 +0000
(16:46 +0100)
committer
ghost
<
[email protected]
>
Fri, 18 Feb 2011 15:46:25 +0000
(16:46 +0100)
refs #690
lib/python/Screens/Standby.py
patch
|
blob
|
history
diff --git
a/lib/python/Screens/Standby.py
b/lib/python/Screens/Standby.py
index c93dd008c13e3cd4f874c6247b28e9d866e7998c..94a56ee44da0d6993ce8b7c7b89930c1cbd6b9f1 100644
(file)
--- 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