aboutsummaryrefslogtreecommitdiffstats
path: root/xd_view.c
diff options
context:
space:
mode:
Diffstat (limited to 'xd_view.c')
-rw-r--r--xd_view.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xd_view.c b/xd_view.c
index 7789c67..280b456 100644
--- a/xd_view.c
+++ b/xd_view.c
@@ -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,