aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/TimerList.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-08 23:12:55 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-08 23:12:55 +0000
commitd7d95c7b2435ab1819bc23eff5ff53aaac2b9ff1 (patch)
tree685e43f0c1ba2cb500be33c7c31c91b566ba5177 /lib/python/Components/TimerList.py
parent86ea09d8299c4de044b048444ad28c91e01a86f4 (diff)
downloadenigma2-d7d95c7b2435ab1819bc23eff5ff53aaac2b9ff1.tar.gz
enigma2-d7d95c7b2435ab1819bc23eff5ff53aaac2b9ff1.zip
use the new TimerEntry-screen to edit a timerentry
Diffstat (limited to 'lib/python/Components/TimerList.py')
-rw-r--r--lib/python/Components/TimerList.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/TimerList.py b/lib/python/Components/TimerList.py
index 793bed4c..dbc0cfc7 100644
--- a/lib/python/Components/TimerList.py
+++ b/lib/python/Components/TimerList.py
@@ -22,7 +22,7 @@ RT_WRAP = 32
# | <Service> <Name of the Timer> |
# | <start> <end> |
#
-def TimerEntry(timer, processed):
+def TimerEntryComponent(timer, processed):
res = [ timer ]