add ability to remove list and config from a wizard
[enigma2.git] / lib / python / Components / Button.py
index d773b2c10d16c2b81213f9a12969e28e0e0b7e1c..d9226b6dbeaf516a9d1e2ad928cc7c1805fe7149 100644 (file)
@@ -29,7 +29,7 @@ class Button(HTMLComponent, GUIComponent, VariableText):
                return "<input type=\"submit\" text=\"" + self.getText() + "\">\n"
 
 # GUI:
-       def createWidget(self, parent, skindata):
+       def createWidget(self, parent):
                g = eButton(parent)
                g.selected.get().append(self.push)
                return g