aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/TimerEdit.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-12 21:56:21 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-12 21:56:21 +0000
commit0e9ffe6bc88f7cec210e0416f36062eb0c7a3502 (patch)
treef7d74228d3cd867f4bee192ad4eee9539d00abb9 /lib/python/Screens/TimerEdit.py
parent1ffaf6025834155c75c8367c4ac3dd56cc21785c (diff)
downloadenigma2-0e9ffe6bc88f7cec210e0416f36062eb0c7a3502.tar.gz
enigma2-0e9ffe6bc88f7cec210e0416f36062eb0c7a3502.zip
deleting timers redrawing working ping
Diffstat (limited to 'lib/python/Screens/TimerEdit.py')
-rw-r--r--lib/python/Screens/TimerEdit.py1
1 files changed, 1 insertions, 0 deletions
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()