diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-05-18 01:50:25 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-05-18 01:50:25 +0000 |
| commit | e25c93ddcc6a2c73b413fced441624703901e22d (patch) | |
| tree | d2ca6c6779019ef8920eebeb050de9951f9a0055 /lib/python/Components/FileList.py | |
| parent | 961239a024248ee557f1d4fe6797c7f27e2ecf6b (diff) | |
| download | enigma2-e25c93ddcc6a2c73b413fced441624703901e22d.tar.gz enigma2-e25c93ddcc6a2c73b413fced441624703901e22d.zip | |
add getSelectionIndex
Diffstat (limited to 'lib/python/Components/FileList.py')
| -rw-r--r-- | lib/python/Components/FileList.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Components/FileList.py b/lib/python/Components/FileList.py index 01358d53..3091436f 100644 --- a/lib/python/Components/FileList.py +++ b/lib/python/Components/FileList.py @@ -65,6 +65,9 @@ class FileList(MenuList, HTMLComponent, GUIComponent): return None return self.l.getCurrentSelection()[0] + def getSelectionIndex(self): + return self.l.getCurrentSelectionIndex() + def getFileList(self): return self.list |
