aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-05-20 19:36:15 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-05-20 19:36:15 +0000
commit10a5ad85625aa211236b39448037884f811eeec9 (patch)
treeb2f882d6ec30a3616e9826d01a2bea568859d1f1 /lib/python/Components
parentffa2904fdef579b0f7f9e9cf20eecbd1d997ac48 (diff)
downloadenigma2-10a5ad85625aa211236b39448037884f811eeec9.tar.gz
enigma2-10a5ad85625aa211236b39448037884f811eeec9.zip
- follow changes regarding timers
- allow description to be edited (won't be saved yet)
Diffstat (limited to 'lib/python/Components')
-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 da005b01..9ef7cc4b 100644
--- a/lib/python/Components/TimerList.py
+++ b/lib/python/Components/TimerList.py
@@ -23,7 +23,7 @@ RT_WRAP = 32
# | <start> <end> |
#
def TimerEntry(timer, processed):
- res = [ ]
+ res = [ timer ]
res.append((0, 0, 400, 30, 0, RT_HALIGN_LEFT, timer.service_ref.getServiceName()))
res.append((0, 30, 200, 20, 1, RT_HALIGN_LEFT, "%s, %s" % FuzzyTime(timer.begin)))