From 6697d92b1ff23a236c7ebdf706fb6d6c32a399b1 Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Fri, 7 Oct 2005 12:10:12 +0000 Subject: [PATCH 1/1] sync --- lib/python/Components/ConfigList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2