X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FTimerEdit.py;h=ed11874e6a0999d32fbfd34f6b43702d42de6787;hb=226fbe8eb2c31d925dcefa44420fbd03764ad34f;hp=3eae8162a126f265d6b468e65af103d58f5b0aca;hpb=31852389b616fe439a66e987cd64b6ef4060f982;p=vuplus_dvbapp diff --git a/lib/python/Screens/TimerEdit.py b/lib/python/Screens/TimerEdit.py index 3eae816..ed11874 100644 --- a/lib/python/Screens/TimerEdit.py +++ b/lib/python/Screens/TimerEdit.py @@ -1,16 +1,14 @@ from Screen import Screen from Components.TimerList import TimerList, TimerEntryComponent -from Components.ConfigList import ConfigList from Components.MenuList import MenuList from Components.ActionMap import ActionMap 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 * from Components.TimerSanityCheck import TimerSanityCheck class TimerEditList(Screen): @@ -116,6 +114,7 @@ class TimerEditList(Screen): cur = list.getCurrent() if cur: timer = cur[0] + timer.afterEvent = AFTEREVENT.NONE self.session.nav.RecordTimer.removeEntry(timer) self.refill()