]> git.meshlink.io Git - catta/commitdiff
set an icon for the avahi-disocver window
authorLennart Poettering <lennart@poettering.net>
Mon, 9 Jan 2006 22:31:06 +0000 (22:31 +0000)
committerLennart Poettering <lennart@poettering.net>
Mon, 9 Jan 2006 22:31:06 +0000 (22:31 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1069 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-python/avahi-discover.in

index 5174b5afab571792f3254f272ac49a6d5ab77c1c..34bb4ce930a1e818724a926b9e609593f0d41300 100755 (executable)
@@ -242,6 +242,7 @@ class Main_window(SimpleGladeApp):
 
         
 def main():
+    gtk.window_set_default_icon_name("gnome-networktool")
     main_window = Main_window()
 
     main_window.run()