summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-01-09 22:31:06 +0000
committerLennart Poettering <lennart@poettering.net>2006-01-09 22:31:06 +0000
commit61022acbf0b242780c89342e31b17272aa2df996 (patch)
tree608493c27bbd3b67f987e134afa05540a915156e
parent029be78f80b011465e1bb736b87ccdb2df0bab57 (diff)
set an icon for the avahi-disocver window
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1069 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rwxr-xr-xavahi-python/avahi-discover.in1
1 files changed, 1 insertions, 0 deletions
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()