fix typo
[vuplus_dvbapp] / Navigation.py
index e8b44a3..bda6f58 100644 (file)
@@ -35,7 +35,7 @@ class Navigation:
                                print "buggy fp driver detected!!! please update drivers.... ignore timer wakeup!"
                        elif len(self.getRecordings()) or abs(self.RecordTimer.getNextRecordingTime() - time()) <= 360:
                                if not Screens.Standby.inTryQuitMainloop: # not a shutdown messagebox is open
-                                       RecordTimer.RecordTimerEntry.TryQuitMainloop(0) # start shutdown handling
+                                       RecordTimer.RecordTimerEntry.TryQuitMainloop(False) # start shutdown handling
                self.SleepTimer = SleepTimer.SleepTimer()
 
        def dispatchEvent(self, i):