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/SelectionList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components/SelectionList.py') diff --git a/lib/python/Components/SelectionList.py b/lib/python/Components/SelectionList.py index 2bc3e0f6..d5215dc0 100644 --- a/lib/python/Components/SelectionList.py +++ b/lib/python/Components/SelectionList.py @@ -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) -- cgit v1.2.3