diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/ChoiceList.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
