X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/120489191dacf22ee4f878e6dd4c8dca06a29545..9f9398866adac30930d3d485e03d7810309461a9:/lib/python/Components/ParentalControlList.py diff --git a/lib/python/Components/ParentalControlList.py b/lib/python/Components/ParentalControlList.py index 602e1e5f..5415fe24 100644 --- a/lib/python/Components/ParentalControlList.py +++ b/lib/python/Components/ParentalControlList.py @@ -16,7 +16,7 @@ def ParentalControlEntryComponent(service, name, locked = True): class ParentalControlList(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.setItemHeight(32)