diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-05-01 21:15:31 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-05-01 21:15:31 +0000 |
| commit | 4383a18779970770e646afe679bc36a915e51b81 (patch) | |
| tree | 10da7b121f1615beda24070df8228fce1230b703 /lib/python | |
| parent | 07d7a4b23312577ccfe7b196169160594ba63601 (diff) | |
| download | enigma2-4383a18779970770e646afe679bc36a915e51b81.tar.gz enigma2-4383a18779970770e646afe679bc36a915e51b81.zip | |
fix choicelist
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) |
