aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2009-03-11 08:06:28 +0100
committerFelix Domke <tmbinc@elitedvb.net>2009-03-11 08:06:28 +0100
commit1eae3427009157fd382ca360f8d89593225272c8 (patch)
tree7ddcc5c14ed140618651f934cc2092d992d2f598 /lib/python/Components
parentc5e9c66d00e481493bbc3f63f98e57ac68962ce0 (diff)
parent4fc2a70eeb86fa51b783b4a9c034b926db0013a3 (diff)
downloadenigma2-1eae3427009157fd382ca360f8d89593225272c8.tar.gz
enigma2-1eae3427009157fd382ca360f8d89593225272c8.zip
Merge branch 'master' of /home/tmbinc/enigma2-git
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):