- skins are now loaded first and applied later
[enigma2.git] / lib / python / Components / ConfigList.py
index a2bdcb0b3ce532003260ea88b8ed397e0af35fdb..35ea093c0b5235c8aa7a1ec89fba7a0cd20cbef9 100644 (file)
@@ -22,7 +22,7 @@ class ConfigList(HTMLComponent, GUIComponent):
        def invalidateCurrent(self):
                self.l.invalidateEntry(self.l.getCurrentSelectionIndex())
        
-       def GUIcreate(self, parent, skindata):
+       def GUIcreate(self, parent):
                self.instance = eListbox(parent)
                self.instance.setContent(self.l)