From 10a5ad85625aa211236b39448037884f811eeec9 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Fri, 20 May 2005 19:36:15 +0000 Subject: - follow changes regarding timers - allow description to be edited (won't be saved yet) --- lib/python/Components/TimerList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components/TimerList.py') 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 # | | # 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))) -- cgit v1.2.3