X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/63b2d1d7db3851d440d0d0a7995b1f1ee19d7945..32e4324b9b5e615a84885b9132505e4706ededfe:/lib/python/Components/ConfigList.py 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)