diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-08 23:12:55 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-08 23:12:55 +0000 |
| commit | d7d95c7b2435ab1819bc23eff5ff53aaac2b9ff1 (patch) | |
| tree | 685e43f0c1ba2cb500be33c7c31c91b566ba5177 /lib/python/Components | |
| parent | 86ea09d8299c4de044b048444ad28c91e01a86f4 (diff) | |
| download | enigma2-d7d95c7b2435ab1819bc23eff5ff53aaac2b9ff1.tar.gz enigma2-d7d95c7b2435ab1819bc23eff5ff53aaac2b9ff1.zip | |
use the new TimerEntry-screen to edit a timerentry
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/TimerList.py | 2 |
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 ] |
