X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b0b879fc60e616e2e79de61f277d174a57bbc01d..ff90cba66b3ebe6adf9b436fa8ae9ac440a0c70c:/lib/python/Components/TimerList.py 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 # | | # | | # -def TimerEntry(timer, processed): +def TimerEntryComponent(timer, processed): res = [ timer ]