X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=Navigation.py;h=bda6f584395327a7e1d4c7401328532f35a1d608;hb=4690ebce3b552f8c5fd45cd3ad773444d7355038;hp=e8b44a35087c85d129da6002ef80df5aeae98847;hpb=e52de875e255153a9d15656d459fc784614fe4a6;p=vuplus_dvbapp diff --git a/Navigation.py b/Navigation.py index e8b44a3..bda6f58 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):