aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/PluginList.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-02-15 17:04:38 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-02-15 17:04:38 +0000
commitda1955116b7e8b8c203e27c7e5994537219a0632 (patch)
tree943c4525f613c1d76592f5716e6a5df43b15398e /lib/python/Components/PluginList.py
parent120489191dacf22ee4f878e6dd4c8dca06a29545 (diff)
downloadenigma2-da1955116b7e8b8c203e27c7e5994537219a0632.tar.gz
enigma2-da1955116b7e8b8c203e27c7e5994537219a0632.zip
fix
Diffstat (limited to 'lib/python/Components/PluginList.py')
-rw-r--r--lib/python/Components/PluginList.py2
1 files changed, 1 insertions, 1 deletions
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)