X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1ffaf6025834155c75c8367c4ac3dd56cc21785c..0e9ffe6bc88f7cec210e0416f36062eb0c7a3502:/lib/python/Screens/TimerEdit.py diff --git a/lib/python/Screens/TimerEdit.py b/lib/python/Screens/TimerEdit.py index d44e884c..6f050aae 100644 --- a/lib/python/Screens/TimerEdit.py +++ b/lib/python/Screens/TimerEdit.py @@ -51,6 +51,7 @@ class TimerEditList(Screen): # FIXME doesn't work... self.session.nav.RecordTimer.removeEntry(self["timerlist"].getCurrent()[0]) self.fillTimerList() + self["timerlist"].l.invalidate() def addCurrentTimer(self): begin = time()