summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-11-19 15:48:33 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-11-19 15:48:33 +0000
commit70d4b1794c6adfab6456ff77aa97ed0d5bf2e286 (patch)
tree57621994c37b0bbbfdfb57ad1fb95c78516e08c7
parentb69e2e234993a63234eba9bc4f8bfcd13bb5bd6a (diff)
* added an icon window to avahi-discover closing bugzilla #4970
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1014 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 38cb6e2..5174b5a 100755
--- a/avahi-python/avahi-discover.in
+++ b/avahi-python/avahi-discover.in
@@ -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):