diff options
author | kraxel <kraxel> | 2006-01-31 14:05:09 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2006-01-31 14:05:09 +0000 |
commit | 204520ac1d70a7d6c6084c2ec98560d580f38fa2 (patch) | |
tree | 5fef0b342a450412e74c32de62e45423f987402d /xd_view.c | |
parent | c28bc1bc12c466c58a71eeed8f2d38e46008ee2f (diff) | |
download | xenwatch-204520ac1d70a7d6c6084c2ec98560d580f38fa2.tar.gz |
- lots of mdns updates.
Diffstat (limited to 'xd_view.c')
-rw-r--r-- | xd_view.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -426,7 +426,7 @@ static void menu_cb_mdns(void) #ifdef HAVE_AVAHI struct mdns_window *mdns; - mdns = mdns_create_window(0); + mdns = mdns_create_window(0,0,1); if (NULL == mdns) { gtk_message(GTK_MESSAGE_ERROR, "Can't setup mDNS browser, sorry.\n"); return; @@ -507,8 +507,8 @@ static void menu_cb_domain_destroy(void) static void menu_cb_about(void) { static char *comments = "xen domain monitor"; - static char *copyright = "(c) 2005 Gerd Knorr"; - static char *authors[] = { "Gerd Knorr <kraxel@suse.de>", NULL }; + static char *copyright = "(c) 2005-2006 Gerd Hoffmann"; + static char *authors[] = { "Gerd Hoffmann <kraxel@suse.de>", NULL }; gtk_show_about_dialog(GTK_WINDOW(xd_toplevel), "authors", authors, |