check for presence of a correspondant .srt subtitle file and try parsing it
[enigma2.git] / Navigation.py
index e8b44a35087c85d129da6002ef80df5aeae98847..bda6f584395327a7e1d4c7401328532f35a1d608 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):