From da1955116b7e8b8c203e27c7e5994537219a0632 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 15 Feb 2008 17:04:38 +0000 Subject: fix --- lib/python/Components/PluginList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components/PluginList.py') diff --git a/lib/python/Components/PluginList.py b/lib/python/Components/PluginList.py index 7b995fa5..538cb029 100644 --- a/lib/python/Components/PluginList.py +++ b/lib/python/Components/PluginList.py @@ -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) -- cgit v1.2.3