diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-03-08 14:26:33 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-03-08 14:26:33 +0100 |
| commit | 2575f3fca63db3f8804cc8257ce0e255424ab422 (patch) | |
| tree | bdfc0db440308a7db759cd68fece518d118d578f /lib/python/Components | |
| parent | 55526774d926e19f8e34e94262a9fc939ddf91fc (diff) | |
| download | enigma2-2575f3fca63db3f8804cc8257ce0e255424ab422.tar.gz enigma2-2575f3fca63db3f8804cc8257ce0e255424ab422.zip | |
fix typo
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/TimerList.py | 2 |
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): |
