From: Ronny Strutz Date: Fri, 7 Oct 2005 12:10:12 +0000 (+0000) Subject: sync X-Git-Tag: 2.6.0~5522 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/6697d92b1ff23a236c7ebdf706fb6d6c32a399b1?hp=72e9e185140710dddf75ef73f79b78c99e43d4c9 sync --- 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)