fix
[enigma2.git] / lib / python / Components / SelectionList.py
index 2bc3e0f64c1c4543ff79fbd23c0b0fb9f8259f48..d5215dc07fa82ffb8881cdb63bf6f7d83d421e09 100644 (file)
@@ -14,7 +14,7 @@ def SelectionEntryComponent(description, value, index, selected):
 
 class SelectionList(MenuList):
        def __init__(self, list = None, enableWrapAround = False):
-               MenuList.__init__(self, list or [], enableWrapAround, content = eListboxPythonMultiContent())
+               MenuList.__init__(self, list or [], enableWrapAround, content = eListboxPythonMultiContent)
                self.l.setFont(0, gFont("Regular", 20))
                self.l.setItemHeight(30)