diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-17 05:18:13 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-17 05:18:13 +0000 |
| commit | 625c1df5cae26451d306f5f7e2f4f68402be63dd (patch) | |
| tree | 46b8a2a7d251ad0f5578175268fdae01f3ab4742 /lib | |
| parent | 0f3627c7217271af00b5872bacfea1a18d7867a4 (diff) | |
| download | enigma2-625c1df5cae26451d306f5f7e2f4f68402be63dd.tar.gz enigma2-625c1df5cae26451d306f5f7e2f4f68402be63dd.zip | |
the timer sucks
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/python/Components/TimerList.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Components/TimerList.py b/lib/python/Components/TimerList.py index 6511f6f1..b1e8bf45 100644 --- a/lib/python/Components/TimerList.py +++ b/lib/python/Components/TimerList.py @@ -26,6 +26,9 @@ RT_WRAP = 32 def TimerEntryComponent(timer, processed): res = [ timer ] + print time.strftime("%c", time.localtime(timer.begin)) + print time.strftime("%c", time.localtime(timer.end)) + res.append((0, 0, 400, 30, 0, RT_HALIGN_LEFT, timer.service_ref.getServiceName())) repeatedtext = "" days = [ "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun" ] |
