add destroy() for Components to fix bug #52
[enigma2.git] / lib / python / Components / GUIComponent.py
index 493df681482f4fd96c3acb4c625d2770dbbc511d..8f6362fdadbe88407c4b045aec8cd6042631fdc2 100644 (file)
@@ -24,6 +24,9 @@ class GUIComponent:
        def onHide(self):
                pass
        
+       def destroy(self):
+               pass
+       
        # this works only with normal widgets - if you don't have self.instance, override this.
        def applySkin(self, desktop):
                if self.state == self.HIDDEN: