aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Button.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/Button.py')
-rw-r--r--lib/python/Components/Button.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Button.py b/lib/python/Components/Button.py
index d773b2c1..d9226b6d 100644
--- a/lib/python/Components/Button.py
+++ b/lib/python/Components/Button.py
@@ -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