diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-10-07 12:10:12 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-10-07 12:10:12 +0000 |
| commit | 6697d92b1ff23a236c7ebdf706fb6d6c32a399b1 (patch) | |
| tree | 71367044b4bd30113526aa0a54d085a73d953737 /lib/python/Components | |
| parent | 72e9e185140710dddf75ef73f79b78c99e43d4c9 (diff) | |
| download | enigma2-6697d92b1ff23a236c7ebdf706fb6d6c32a399b1.tar.gz enigma2-6697d92b1ff23a236c7ebdf706fb6d6c32a399b1.zip | |
sync
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/ConfigList.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/ConfigList.py b/lib/python/Components/ConfigList.py index 3114231e..e95f8c0e 100644 --- a/lib/python/Components/ConfigList.py +++ b/lib/python/Components/ConfigList.py @@ -27,7 +27,7 @@ class ConfigList(HTMLComponent, GUIComponent): def invalidateCurrent(self): self.l.invalidateEntry(self.l.getCurrentSelectionIndex()) - + def GUIcreate(self, parent): self.instance = eListbox(parent) self.instance.setContent(self.l) |
