From 4383a18779970770e646afe679bc36a915e51b81 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 1 May 2006 21:15:31 +0000 Subject: [PATCH] fix choicelist --- lib/python/Components/ChoiceList.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/python/Components/ChoiceList.py b/lib/python/Components/ChoiceList.py index fa071ece..b1514535 100644 --- a/lib/python/Components/ChoiceList.py +++ b/lib/python/Components/ChoiceList.py @@ -37,6 +37,5 @@ class ChoiceList(MenuList, HTMLComponent, GUIComponent): GUI_WIDGET = eListbox def postWidgetCreate(self, instance): - instance = eListbox(parent) instance.setContent(self.l) instance.setItemHeight(25) -- 2.30.2