aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/PerServiceDisplay.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/PerServiceDisplay.py')
-rw-r--r--lib/python/Components/PerServiceDisplay.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/PerServiceDisplay.py b/lib/python/Components/PerServiceDisplay.py
index bd94318e..eab1e086 100644
--- a/lib/python/Components/PerServiceDisplay.py
+++ b/lib/python/Components/PerServiceDisplay.py
@@ -23,7 +23,7 @@ class PerServiceDisplay(GUIComponent, VariableText):
# call handler
self.eventmap[ev]()
- def createWidget(self, parent, skindata):
+ def createWidget(self, parent):
# by default, we use a label to display our data.
g = eLabel(parent)
return g