From: Andreas Monzner Date: Sun, 7 Jan 2007 02:03:48 +0000 (+0000) Subject: small fix X-Git-Tag: 2.6.0~2499 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/361c35260b85478dfff43517ff1e174a9cfb0471?ds=sidebyside small fix --- 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: