X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/aa3e781f31a04223416f0a34b25ab95fc0bef429..fb298c769ccf5cb29f8461cbef280c969c8f6e26:/lib/python/Components/Clock.py diff --git a/lib/python/Components/Clock.py b/lib/python/Components/Clock.py index 36e06942..3beed551 100644 --- a/lib/python/Components/Clock.py +++ b/lib/python/Components/Clock.py @@ -24,7 +24,7 @@ class Clock(HTMLComponent, GUIComponent, VariableText): self.setText("%2d:%02d:%02d" % (t[3], t[4], t[5])) # realisierung als GUI - def createWidget(self, parent, skindata): + def createWidget(self, parent): return eLabel(parent) def removeWidget(self, w):