generic show/hide support for GUIComponents
[enigma2.git] / lib / python / Components / GUISkin.py
index c953aaec91b21740da233111e672815262be3cf2..f97dd8bd9809dbf6f02034be68f0da1d2a193782 100644 (file)
@@ -16,7 +16,7 @@ class GUISkin:
 
                for w in self.additionalWidgets:
                        w.instance = w.widget(parent)
-                       w.instance.thisown = 0
+                       w.instance.thisown = 0
                        applyAllAttributes(w.instance, desktop, w.skinAttributes)
                
                for f in self.onLayoutFinish:
@@ -25,8 +25,6 @@ class GUISkin:
                        else:
                                f()
 
-
-
        def deleteGUIScreen(self):
                for (name, val) in self.items():
                        if isinstance(val, GUIComponent):