X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/10a5ad85625aa211236b39448037884f811eeec9..6af93b5c3368c99e489b272a7b18ca16ae320482:/lib/python/Components/TimerList.py diff --git a/lib/python/Components/TimerList.py b/lib/python/Components/TimerList.py index 9ef7cc4b..18c5cb13 100644 --- a/lib/python/Components/TimerList.py +++ b/lib/python/Components/TimerList.py @@ -45,7 +45,7 @@ class TimerList(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) self.instance.setItemHeight(50)