diff options
Diffstat (limited to 'SoftwareProperties')
| -rw-r--r-- | SoftwareProperties/SoftwareProperties.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/SoftwareProperties/SoftwareProperties.py b/SoftwareProperties/SoftwareProperties.py index 58f654e9..db9e3e26 100644 --- a/SoftwareProperties/SoftwareProperties.py +++ b/SoftwareProperties/SoftwareProperties.py @@ -92,6 +92,9 @@ class SoftwareProperties(SimpleGladeApp): self.init_keyslist() self.reload_keyslist() + + def hide(self): + self.window_main.hide() def init_sourceslist(self): self.source_store = gtk.ListStore(str, bool, gobject.TYPE_PYOBJECT) |
