aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@.gnome.org>2003-08-13 21:19:42 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-08-13 21:19:42 +0800
commit4972550d9f6972e69307f651ac43e2b8de7d9ff9 (patch)
tree45f98e0fe74bf49932616919d3f469f192841dd7
parentb6e31b37c27bea50bb1c1794961aea53bc0f954c (diff)
downloadgsoc2013-epiphany-4972550d9f6972e69307f651ac43e2b8de7d9ff9.tar
gsoc2013-epiphany-4972550d9f6972e69307f651ac43e2b8de7d9ff9.tar.gz
gsoc2013-epiphany-4972550d9f6972e69307f651ac43e2b8de7d9ff9.tar.bz2
gsoc2013-epiphany-4972550d9f6972e69307f651ac43e2b8de7d9ff9.tar.lz
gsoc2013-epiphany-4972550d9f6972e69307f651ac43e2b8de7d9ff9.tar.xz
gsoc2013-epiphany-4972550d9f6972e69307f651ac43e2b8de7d9ff9.tar.zst
gsoc2013-epiphany-4972550d9f6972e69307f651ac43e2b8de7d9ff9.zip
Update my mail address
2003-08-13 Marco Pesenti Gritti <marco@.gnome.org> * AUTHORS: * HACKING: * src/window-commands.c: (window_cmd_help_about): Update my mail address
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog8
-rw-r--r--HACKING2
-rw-r--r--src/window-commands.c2
4 files changed, 11 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 78543f879..20939c3a4 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,4 @@
-Marco Pesenti Gritti <marco@it.gnome.org>
+Marco Pesenti Gritti <marco@gnome.org>
Xan Lopez <xan@masilla.org>
David Bordoley <bordoley@msu.edu>
Christian Persch <chpe+epiphany@stud.uni-saarland.de>
diff --git a/ChangeLog b/ChangeLog
index 6b35a63a8..5132a3d10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-08-13 Marco Pesenti Gritti <marco@.gnome.org>
+
+ * AUTHORS:
+ * HACKING:
+ * src/window-commands.c: (window_cmd_help_about):
+
+ Update my mail address
+
2003-08-11 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/egg/egg-action.c: (egg_action_class_init), (egg_action_init),
diff --git a/HACKING b/HACKING
index 430e0ff7b..391775cc7 100644
--- a/HACKING
+++ b/HACKING
@@ -13,4 +13,4 @@ need to stick to in order to get your patch accepted:
*/
Do NOT commit to this module without permission from me
-(marco@it.gnome.org)
+(marco@gnome.org)
diff --git a/src/window-commands.c b/src/window-commands.c
index ca2ef3b00..2ea06e6b3 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -737,7 +737,7 @@ window_cmd_help_about (EggAction *action,
GnomeIconTheme *icon_theme;
static gchar *authors[] = {
- "Marco Pesenti Gritti <mpeseng@tin.it>",
+ "Marco Pesenti Gritti <marco@gnome.org>",
"Xan Lopez <xan@masilla.org>",
"David Bordoley <bordoley@msu.edu>",
"Christian Persch <chpe+epiphany@stud.uni-saarland.de>",