X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/31852389b616fe439a66e987cd64b6ef4060f982..40c7c611cfab3dfe403a041e4921805cb107adf4:/lib/python/Screens/TimerEdit.py diff --git a/lib/python/Screens/TimerEdit.py b/lib/python/Screens/TimerEdit.py index 3eae8162..4a4185c3 100644 --- a/lib/python/Screens/TimerEdit.py +++ b/lib/python/Screens/TimerEdit.py @@ -7,7 +7,7 @@ from Components.Label import Label from Components.Button import Button from Screens.MessageBox import MessageBox from TimerEntry import TimerEntry, TimerLog -from RecordTimer import RecordTimerEntry, parseEvent +from RecordTimer import RecordTimerEntry, parseEvent, AFTEREVENT from time import * from ServiceReference import ServiceReference from Components.config import * @@ -116,6 +116,7 @@ class TimerEditList(Screen): cur = list.getCurrent() if cur: timer = cur[0] + timer.afterEvent = AFTEREVENT.NONE self.session.nav.RecordTimer.removeEntry(timer) self.refill()