]> git.meshlink.io Git - catta/commitdiff
* added an icon window to avahi-discover closing bugzilla #4970
authorSebastien Estienne <sebastien.estienne@gmail.com>
Sat, 19 Nov 2005 15:48:33 +0000 (15:48 +0000)
committerSebastien Estienne <sebastien.estienne@gmail.com>
Sat, 19 Nov 2005 15:48:33 +0000 (15:48 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1014 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-python/avahi-discover.in

index 38cb6e2655a2969085eb4708d565ecaded42bcf1..5174b5afab571792f3254f272ac49a6d5ab77c1c 100755 (executable)
@@ -43,6 +43,7 @@ service_type_db = avahi.ServiceTypeDatabase.ServiceTypeDatabase()
 class Main_window(SimpleGladeApp):
     def __init__(self, path="avahi-discover.glade", root="main_window", domain=None, **kwargs):
         path = os.path.join(glade_dir, path)
+        gtk.window_set_default_icon_name("gnome-networktool")
         SimpleGladeApp.__init__(self, path, root, domain, **kwargs)
 
     def on_tree_view_cursor_changed(self, widget, *args):