fix
[enigma2.git] / lib / python / Components / ChoiceList.py
index af9f950e940b8cf6f5c60f5af1f916a8623ada30..2a7a09040bbbfd391e0128f5c38bfd104ab39265 100644 (file)
@@ -18,7 +18,7 @@ def ChoiceEntryComponent(key, text):
 
 class ChoiceList(MenuList):
        def __init__(self, list, selection = 0, enableWrapAround=False):
-               MenuList.__init__(self, list, enableWrapAround, eListboxPythonMultiContent())
+               MenuList.__init__(self, list, enableWrapAround, eListboxPythonMultiContent)
                self.l.setFont(0, gFont("Regular", 20))
                self.l.setItemHeight(25)
                self.selection = selection