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.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/python/Components/Header.py b/lib/python/Components/Header.py
index 07d5ee83..6f085c15 100644
--- a/lib/python/Components/Header.py
+++ b/lib/python/Components/Header.py
@@ -14,7 +14,4 @@ class Header(VariableText, HTMLComponent, GUIComponent):
def produceHTML(self):
return "<h2>" + self.getText() + "</h2>\n"
- def createWidget(self, parent):
- g = eLabel(parent)
- return g
-
+ GUI_WIDGET = eLabel