From: Lennart Poettering Date: Mon, 9 Jan 2006 22:31:06 +0000 (+0000) Subject: set an icon for the avahi-disocver window X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=61022acbf0b242780c89342e31b17272aa2df996;p=catta set an icon for the avahi-disocver window git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1069 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- diff --git a/avahi-python/avahi-discover.in b/avahi-python/avahi-discover.in index 5174b5a..34bb4ce 100755 --- a/avahi-python/avahi-discover.in +++ b/avahi-python/avahi-discover.in @@ -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()