diff options
| author | Michael Vogt <egon@top> | 2005-12-13 12:22:55 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@top> | 2005-12-13 12:22:55 +0100 |
| commit | fc587a57818121adb6e4c13601788e7919a6d87e (patch) | |
| tree | 015fa3090202633119c4d01d5195219877f1f98c /SoftwareProperties | |
| parent | 7bf6a5ad02334c30cfc46980dd5ba5987aab5942 (diff) | |
| download | python-apt-fc587a57818121adb6e4c13601788e7919a6d87e.tar.gz | |
* added SoftwareProperties.hide()
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) |
