fix typo
authorghost <andreas.monzner@multimedia-labs.de>
Sun, 8 Mar 2009 13:26:33 +0000 (14:26 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Sun, 8 Mar 2009 13:26:33 +0000 (14:26 +0100)
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):