aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/TimerEdit.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-12 22:09:42 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-12 22:09:42 +0000
commitb44cb0f9a39ba6c319dc5f89439e52c93f3a0f23 (patch)
tree3965394bc5f00e7ccefe47fac98f204be47f5df0 /lib/python/Screens/TimerEdit.py
parent0e9ffe6bc88f7cec210e0416f36062eb0c7a3502 (diff)
downloadenigma2-b44cb0f9a39ba6c319dc5f89439e52c93f3a0f23.tar.gz
enigma2-b44cb0f9a39ba6c319dc5f89439e52c93f3a0f23.zip
don't use internals of other classes
Diffstat (limited to 'lib/python/Screens/TimerEdit.py')
-rw-r--r--lib/python/Screens/TimerEdit.py2
1 files changed, 1 insertions, 1 deletions
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()