[gitg] Use gnome e-mail address in about dialog



commit 9b7387ae2e2242542652f5323bb065b7af4eef50
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Sat Jul 4 20:15:26 2009 +0200

    Use gnome e-mail address in about dialog

 gitg/gitg-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gitg/gitg-window.c b/gitg/gitg-window.c
index 0c1b65d..98d304b 100644
--- a/gitg/gitg-window.c
+++ b/gitg/gitg-window.c
@@ -1207,7 +1207,7 @@ void
 on_help_about(GtkAction *action, GitgWindow *window)
 {
 	static gchar const copyright[] = "Copyright \xc2\xa9 2009 Jesse van den Kieboom";
-	static gchar const *authors[] = {"Jesse van den Kieboom <jesse icecrew nl>", NULL};
+	static gchar const *authors[] = {"Jesse van den Kieboom <jessevdk gnome org>", NULL};
 	static gchar const *comments = N_("gitg is a git repository viewer for gtk+/GNOME");
 	static gchar const *license = N_("This program is free software; you can redistribute it and/or modify\n"
 		"it under the terms of the GNU General Public License as published by\n"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]