diff options
author | kraxel <kraxel> | 2007-08-30 12:13:16 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2007-08-30 12:13:16 +0000 |
commit | 906cb4b5765f2aa24043da4f31c7bed9ced12329 (patch) | |
tree | 721655d38b8319ca396bc008f5b01e3e924f3e8d /xd_view.c | |
parent | 60aa574b338363607bfedd85d6024820d494abbe (diff) | |
download | xenwatch-906cb4b5765f2aa24043da4f31c7bed9ced12329.tar.gz |
email fixup
Diffstat (limited to 'xd_view.c')
-rw-r--r-- | xd_view.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -342,7 +342,7 @@ static void menu_cb_about(void) { static char *comments = "xen domain monitor"; static char *copyright = "(c) 2005-2006 Gerd Hoffmann"; - static char *authors[] = { "Gerd Hoffmann <kraxel@suse.de>", NULL }; + static char *authors[] = { "Gerd Hoffmann <kraxel@redhat.com>", NULL }; gtk_show_about_dialog(GTK_WINDOW(xd_toplevel), "authors", authors, |