fix bluescreen
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 11 Jan 2007 12:55:30 +0000 (12:55 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 11 Jan 2007 12:55:30 +0000 (12:55 +0000)
lib/python/Screens/MessageBox.py

index deea54b..6fb389c 100644 (file)
@@ -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: