diff options
Diffstat (limited to 'lib/python/Components/MenuList.py')
| -rw-r--r-- | lib/python/Components/MenuList.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/MenuList.py b/lib/python/Components/MenuList.py index 90cd3286..6fb33540 100644 --- a/lib/python/Components/MenuList.py +++ b/lib/python/Components/MenuList.py @@ -12,7 +12,7 @@ class MenuList(HTMLComponent, GUIComponent): def getCurrent(self): return self.l.getCurrentSelection() - def GUIcreate(self, parent, skindata): + def GUIcreate(self, parent): self.instance = eListbox(parent) self.instance.setContent(self.l) |
