aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/ChoiceList.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-05-01 21:15:31 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-05-01 21:15:31 +0000
commit4383a18779970770e646afe679bc36a915e51b81 (patch)
tree10da7b121f1615beda24070df8228fce1230b703 /lib/python/Components/ChoiceList.py
parent07d7a4b23312577ccfe7b196169160594ba63601 (diff)
downloadenigma2-4383a18779970770e646afe679bc36a915e51b81.tar.gz
enigma2-4383a18779970770e646afe679bc36a915e51b81.zip
fix choicelist
Diffstat (limited to 'lib/python/Components/ChoiceList.py')
-rw-r--r--lib/python/Components/ChoiceList.py1
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)