From: Andreas Monzner Date: Fri, 19 Jan 2007 01:10:09 +0000 (+0000) Subject: fix bluescreen on end of timer with afterevent standby (typo) :( X-Git-Tag: 2.6.0~2431 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/d3fd31aeea4a8272671fbe0ccc92c117c48ae5e8 fix bluescreen on end of timer with afterevent standby (typo) :( --- diff --git a/RecordTimer.py b/RecordTimer.py index 27967629..01bb5c72 100644 --- a/RecordTimer.py +++ b/RecordTimer.py @@ -257,7 +257,7 @@ class RecordTimerEntry(timer.TimerEntry): NavigationInstance.instance.stopRecordService(self.record_service) self.record_service = None if self.afterEvent == AFTEREVENT.STANDBY: - if not Screen.Standby.inStandby: # not already in standby + if not Screens.Standby.inStandby: # not already in standby Notifications.AddNotificationWithCallback(self.sendStandbyNotification, MessageBox, _("A finished record timer wants to set your\nDreambox to standby. Do that now?"), timeout = 20) if self.afterEvent == AFTEREVENT.DEEPSTANDBY: if not Screens.Standby.inTryQuitMainloop: # not a shutdown messagebox is open