From 2575f3fca63db3f8804cc8257ce0e255424ab422 Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 8 Mar 2009 14:26:33 +0100 Subject: [PATCH 1/1] fix typo --- lib/python/Components/TimerList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.7.4