diff options
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/GUIComponent.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/GUIComponent.py b/lib/python/Components/GUIComponent.py index afe95266..c3edaa73 100644 --- a/lib/python/Components/GUIComponent.py +++ b/lib/python/Components/GUIComponent.py @@ -25,7 +25,7 @@ class GUIComponent(object): pass def destroy(self): - pass + self.__dict__.clear() # this works only with normal widgets - if you don't have self.instance, override this. def applySkin(self, desktop): |
