aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-03-08 14:26:33 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-03-08 14:26:33 +0100
commit2575f3fca63db3f8804cc8257ce0e255424ab422 (patch)
treebdfc0db440308a7db759cd68fece518d118d578f /lib/python/Components
parent55526774d926e19f8e34e94262a9fc939ddf91fc (diff)
downloadenigma2-2575f3fca63db3f8804cc8257ce0e255424ab422.tar.gz
enigma2-2575f3fca63db3f8804cc8257ce0e255424ab422.zip
fix typo
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/TimerList.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/TimerList.py b/lib/python/Components/TimerList.py
index 1109860a..44a7eb4f 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):