allow non-binary states
[enigma2.git] / lib / python / Components / TimerList.py
index 1109860a04d067905337d9843a4baf40ca8e3148..44a7eb4f4cc91fad95b508ec3cb5840a200b4b32 100644 (file)
@@ -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):