aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Header.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-05-03 18:48:07 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-05-03 18:48:07 +0000
commit219139e42996b26a001728406825d87fbdba6e0d (patch)
tree967b76ab3ca7dc64bc568e7abb1d5662614dca6f /lib/python/Components/Header.py
parenteae95626ac53508523f008c1724c954238cf1e08 (diff)
downloadenigma2-219139e42996b26a001728406825d87fbdba6e0d.tar.gz
enigma2-219139e42996b26a001728406825d87fbdba6e0d.zip
convert to new style
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