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