fix choicelist
authorFelix Domke <tmbinc@elitedvb.net>
Mon, 1 May 2006 21:15:31 +0000 (21:15 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Mon, 1 May 2006 21:15:31 +0000 (21:15 +0000)
lib/python/Components/ChoiceList.py

index fa071ecea79d20f9d8344d92b0c7d8ebd31a3ea8..b1514535eef2ba8eeaf0eeef72c7efe190971d28 100644 (file)
@@ -37,6 +37,5 @@ class ChoiceList(MenuList, HTMLComponent, GUIComponent):
        GUI_WIDGET = eListbox
                
        def postWidgetCreate(self, instance):
        GUI_WIDGET = eListbox
                
        def postWidgetCreate(self, instance):
-               instance = eListbox(parent)
                instance.setContent(self.l)
                instance.setItemHeight(25)
                instance.setContent(self.l)
                instance.setItemHeight(25)