service: add sort of servicelist including all required layers
[enigma2.git] / lib / python / Components / TimerList.py
index 9ef7cc4b400e91924173154ed156e4d8026acbe6..18c5cb134a250c5973944130ce7366afc23538df 100644 (file)
@@ -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)