diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-09-19 09:14:18 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-09-19 09:14:18 +0000 |
| commit | 6c2dd9e594f2dc076011609dc54483d103d90564 (patch) | |
| tree | 899017c27984058abf368c5eee6eed273d1f2abc /Navigation.py | |
| parent | a072f55b74af5b939e6c08b6fcef2d2d5473b0d6 (diff) | |
| download | enigma2-6c2dd9e594f2dc076011609dc54483d103d90564.tar.gz enigma2-6c2dd9e594f2dc076011609dc54483d103d90564.zip | |
fix typo
Diffstat (limited to 'Navigation.py')
| -rw-r--r-- | Navigation.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |
