diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-01-07 02:03:48 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-01-07 02:03:48 +0000 |
| commit | 361c35260b85478dfff43517ff1e174a9cfb0471 (patch) | |
| tree | 84029b8f5ba6d8cc0e0ed5e9577933748ce824bd /lib/python/Screens/Standby.py | |
| parent | 3d9be241bd3d4558ee28e57bbe405553b8626543 (diff) | |
| download | enigma2-361c35260b85478dfff43517ff1e174a9cfb0471.tar.gz enigma2-361c35260b85478dfff43517ff1e174a9cfb0471.zip | |
small fix
Diffstat (limited to 'lib/python/Screens/Standby.py')
| -rw-r--r-- | lib/python/Screens/Standby.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py index 0401cd90..88367cf7 100644 --- a/lib/python/Screens/Standby.py +++ b/lib/python/Screens/Standby.py @@ -122,6 +122,7 @@ class TryQuitMainloop(MessageBox): rec_time = self.session.nav.RecordTimer.getNextRecordingTime() if rec_time > 0 and (rec_time - time()) < 360: self.initTimeout(360) # wait for next starting timer + self.startTimer() else: self.close(True) # immediate shutdown elif event == iRecordableService.evStart: |
