From: Felix Domke Date: Mon, 1 May 2006 21:15:31 +0000 (+0000) Subject: fix choicelist X-Git-Tag: 2.6.0~3516 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/4383a18779970770e646afe679bc36a915e51b81 fix choicelist --- 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)