aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Header.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/Header.py')
-rw-r--r--lib/python/Components/Header.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Header.py b/lib/python/Components/Header.py
index 3ff6ab32..9f7be60e 100644
--- a/lib/python/Components/Header.py
+++ b/lib/python/Components/Header.py
@@ -14,7 +14,7 @@ class Header(HTMLComponent, GUIComponent, VariableText):
def produceHTML(self):
return "<h2>" + self.getText() + "</h2>\n"
- def createWidget(self, parent, skindata):
+ def createWidget(self, parent):
g = eLabel(parent)
return g