summaryrefslogtreecommitdiff
path: root/gnome-about
diff options
context:
space:
mode:
authorMark McLoughlin <mark@skynet.ie>2002-02-19 19:15:18 +0000
committerMark McLoughlin <mmclouglin@src.gnome.org>2002-02-19 19:15:18 +0000
commitc5af0ff23c00823f553855d2083e4359783f1086 (patch)
treea0c4bac6d1ff25c2a0eced8f9cff7f7ce60bef56 /gnome-about
parentba009fc7265afcbc598be80ce7fb64028db0dd51 (diff)
downloadgnome-desktop-c5af0ff23c00823f553855d2083e4359783f1086.tar.gz
add myself.
2002-02-19 Mark McLoughlin <mark@skynet.ie> * contributors.h: add myself. * gnome-about.c: (cb_keypress): don't return FALSE, so that mnemonic work.
Diffstat (limited to 'gnome-about')
-rw-r--r--gnome-about/ChangeLog7
-rw-r--r--gnome-about/contributors.h1
-rw-r--r--gnome-about/gnome-about.c2
3 files changed, 9 insertions, 1 deletions
diff --git a/gnome-about/ChangeLog b/gnome-about/ChangeLog
index 44481f24..63133a21 100644
--- a/gnome-about/ChangeLog
+++ b/gnome-about/ChangeLog
@@ -1,3 +1,10 @@
+2002-02-19 Mark McLoughlin <mark@skynet.ie>
+
+ * contributors.h: add myself.
+
+ * gnome-about.c: (cb_keypress): don't return FALSE, so that
+ mnemonic work.
+
2002-02-13 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: define GNOME_ICONDIR here.
diff --git a/gnome-about/contributors.h b/gnome-about/contributors.h
index 2d2b5ff6..614fc077 100644
--- a/gnome-about/contributors.h
+++ b/gnome-about/contributors.h
@@ -171,6 +171,7 @@ static gchar *contributors[] = {
"Gordon Matzigkeit",
"Justin Maurer",
"Gregory McLean",
+ "Mark McLoughlin",
"Michael Meeks",
"Federico Mena-Quintero",
"Christophe Merlet",
diff --git a/gnome-about/gnome-about.c b/gnome-about/gnome-about.c
index 1edd622e..848bcd56 100644
--- a/gnome-about/gnome-about.c
+++ b/gnome-about/gnome-about.c
@@ -324,7 +324,7 @@ cb_keypress (GtkWidget *widget, GdkEventKey *event)
howmuch = 0;
}
- return TRUE;
+ return FALSE;
}
gboolean