- skins are now loaded first and applied later
[enigma2.git] / lib / python / Components / Clock.py
index 36e06942251a9bcfb017cd43223eed37c32504e5..3beed551dc0c92e9bb34b848fd7a88daa8697088 100644 (file)
@@ -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):