working on move, edit mode and add remove service to context menu
[enigma2.git] / lib / python / Screens / TimerEdit.py
index d44e884c1a93acc64cfa3380f9d73d13fbb802cd..4f5039ec9bacaa74d3a8cf82017739ed6f81a208 100644 (file)
@@ -51,6 +51,7 @@ class TimerEditList(Screen):
                # FIXME doesn't work...
                self.session.nav.RecordTimer.removeEntry(self["timerlist"].getCurrent()[0])
                self.fillTimerList()
+               self["timerlist"].invalidate()
        
        def addCurrentTimer(self):
                begin = time()