diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-02-15 17:04:38 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-02-15 17:04:38 +0000 |
| commit | da1955116b7e8b8c203e27c7e5994537219a0632 (patch) | |
| tree | 943c4525f613c1d76592f5716e6a5df43b15398e /lib/python/Components/FileList.py | |
| parent | 120489191dacf22ee4f878e6dd4c8dca06a29545 (diff) | |
| download | enigma2-da1955116b7e8b8c203e27c7e5994537219a0632.tar.gz enigma2-da1955116b7e8b8c203e27c7e5994537219a0632.zip | |
fix
Diffstat (limited to 'lib/python/Components/FileList.py')
| -rw-r--r-- | lib/python/Components/FileList.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/FileList.py b/lib/python/Components/FileList.py index e7b5ca2c..d842cfef 100644 --- a/lib/python/Components/FileList.py +++ b/lib/python/Components/FileList.py @@ -43,7 +43,7 @@ def FileEntryComponent(name, absolute = None, isDir = False): class FileList(MenuList): def __init__(self, directory, showDirectories = True, showFiles = True, matchingPattern = None, useServiceRef = False, isTop = False, enableWrapAround = False): - MenuList.__init__(self, list, enableWrapAround, eListboxPythonMultiContent()) + MenuList.__init__(self, list, enableWrapAround, eListboxPythonMultiContent) self.mount_point = None self.current_directory = None self.useServiceRef = useServiceRef |
