X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/44de1893c8ce2c850863eab81af66205e02a069b..9f9398866adac30930d3d485e03d7810309461a9:/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)