X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FTimerList.py;h=44a7eb4f4cc91fad95b508ec3cb5840a200b4b32;hb=513239a74d5abdc0c22fdd8d4dcb892703ef8c27;hp=1109860a04d067905337d9843a4baf40ca8e3148;hpb=e68a1617b7c1efbedf8b28309943dd7669daaad0;p=vuplus_dvbapp diff --git a/lib/python/Components/TimerList.py b/lib/python/Components/TimerList.py index 1109860..44a7eb4 100644 --- a/lib/python/Components/TimerList.py +++ b/lib/python/Components/TimerList.py @@ -93,7 +93,7 @@ class TimerList(HTMLComponent, GUIComponent, object): def getCurrentIndex(self): return self.instance.getCurrentIndex() - currentIndex = property(moveToIndex, getCurrentIndex) + currentIndex = property(getCurrentIndex, moveToIndex) currentSelection = property(getCurrent) def moveDown(self):