fix
[enigma2.git] / lib / python / Components / PluginList.py
index 7b995fa5c81f0a2105fa90e9f132889e2469f3c7..538cb029e0756e388e2709287fb38f1b740b31c2 100644 (file)
@@ -44,7 +44,7 @@ def PluginDownloadComponent(plugin, name):
 
 class PluginList(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.setFont(1, gFont("Regular", 14))
                self.l.setItemHeight(50)