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:
b14f152
)
fix bluescreen
author
Andreas Monzner
<
[email protected]
>
Thu, 11 Jan 2007 12:55:30 +0000
(12:55 +0000)
committer
Andreas Monzner
<
[email protected]
>
Thu, 11 Jan 2007 12:55:30 +0000
(12:55 +0000)
lib/python/Screens/MessageBox.py
patch
|
blob
|
history
diff --git
a/lib/python/Screens/MessageBox.py
b/lib/python/Screens/MessageBox.py
index deea54bae4f6a2e2352434306781b61b50b746cb..6fb389ce00f9d141a6b8e59315216a25d6f80012 100644
(file)
--- a/
lib/python/Screens/MessageBox.py
+++ b/
lib/python/Screens/MessageBox.py
@@
-81,6
+81,7
@@
class MessageBox(Screen):
if self.timerRunning:
del self.timer
self.setTitle(self.origTitle)
+ self.timerRunning = False
def timerTick(self):
if self.execing: