X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b0b879fc60e616e2e79de61f277d174a57bbc01d..ebb18fe31efe7c97288f815950020b3f2dd6af98:/lib/python/Components/TimerList.py?ds=sidebyside 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 ]