movie player configuration options, by Anders Holst
[enigma2.git] / lib / python / Components / ParentalControlList.py
index 602e1e5f75ea38b1dc923ca264771226db66838c..5415fe24e27070eb43605b8fb2d207477bec0864 100644 (file)
@@ -16,7 +16,7 @@ def ParentalControlEntryComponent(service, name, locked = True):
 
 class ParentalControlList(MenuList):
        def __init__(self, list, enableWrapAround = False):
-               MenuList.__init__(self, list, enableWrapAround, eListboxPythonMultiContent())
+               MenuList.__init__(self, list, enableWrapAround, eListboxPythonMultiContent)
                self.l.setFont(0, gFont("Regular", 20))
                self.l.setItemHeight(32)