From: ghost Date: Sun, 8 Mar 2009 13:26:33 +0000 (+0100) Subject: fix typo X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=2575f3fca63db3f8804cc8257ce0e255424ab422;hp=55526774d926e19f8e34e94262a9fc939ddf91fc fix typo --- 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):