aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/window-commands.c8
2 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ad9aeb632..716e867bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2003-11-30 Christian Persch <chpe@cvs.gnome.org>
+ * src/window-commands.c:
+
+ Update my email address.
+
+2003-11-30 Christian Persch <chpe@cvs.gnome.org>
+
* src/language-editor.c: (language_editor_add):
Fix mem leak introduced by last commit.
diff --git a/src/window-commands.c b/src/window-commands.c
index f519297e6..b70ca5b8f 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -890,22 +890,22 @@ window_cmd_help_about (GtkAction *action,
GtkIconTheme *icon_theme;
GtkIconInfo *icon_info;
- static gchar *authors[] = {
+ static char *authors[] = {
"Marco Pesenti Gritti <marco@gnome.org>",
"Xan Lopez <xan@masilla.org>",
"David Bordoley <bordoley@msu.edu>",
- "Christian Persch <chpe+epiphany@stud.uni-saarland.de>",
+ "Christian Persch <chpe@gnome.org>",
NULL
};
- gchar *documenters[] = {
+ char *documenters[] = {
"Patanjali Somayaji <patanjali@codito.com>",
"David Bordoley <bordoley@msu.edu>",
NULL
};
/* Translator credits */
- gchar *translator_credits = _("translator_credits");
+ char *translator_credits = _("translator_credits");
if (about != NULL)
{