From fc587a57818121adb6e4c13601788e7919a6d87e Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 13 Dec 2005 12:22:55 +0100 Subject: * added SoftwareProperties.hide() --- SoftwareProperties/SoftwareProperties.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'SoftwareProperties') 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) -- cgit v1.2.3