X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/e52de875e255153a9d15656d459fc784614fe4a6..4b6920178646027cbc442e4e45d8a4e707f225d9:/Navigation.py diff --git a/Navigation.py b/Navigation.py index e8b44a35..bda6f584 100644 --- a/Navigation.py +++ b/Navigation.py @@ -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):