From 361c35260b85478dfff43517ff1e174a9cfb0471 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sun, 7 Jan 2007 02:03:48 +0000 Subject: [PATCH] small fix --- lib/python/Screens/Standby.py | 1 + 1 file changed, 1 insertion(+) 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: -- 2.30.2