aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-07 02:03:48 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-07 02:03:48 +0000
commit361c35260b85478dfff43517ff1e174a9cfb0471 (patch)
tree84029b8f5ba6d8cc0e0ed5e9577933748ce824bd /lib/python
parent3d9be241bd3d4558ee28e57bbe405553b8626543 (diff)
downloadenigma2-361c35260b85478dfff43517ff1e174a9cfb0471.tar.gz
enigma2-361c35260b85478dfff43517ff1e174a9cfb0471.zip
small fix
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Standby.py1
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: