summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2003-01-22 22:14:00 +0000
committerManish Singh <yosh@src.gnome.org>2003-01-22 22:14:00 +0000
commit57e9b8ef9c5a1be6e9802d4d8750b5104a13e3ca (patch)
tree4a8b311ee1bbe0971fd5710c03ec3e9382b47235 /ChangeLog
parent6041a824e7b8bd3098db2e2b1ed241010fb89c63 (diff)
downloadgtk+-57e9b8ef9c5a1be6e9802d4d8750b5104a13e3ca.tar.gz
add a "return" at the end of the function, so there is a statement
Wed Jan 22 14:18:46 2003 Manish Singh <yosh@gimp.org> * gdk/x11/gdkevents-x11.c (translate_key_event): add a "return" at the end of the function, so there is a statement following the "out" label in all cases (fixes #101961)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 225060d1b6..8420548afd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jan 22 14:18:46 2003 Manish Singh <yosh@gimp.org>
+
+ * gdk/x11/gdkevents-x11.c (translate_key_event): add a "return" at
+ the end of the function, so there is a statement following the "out"
+ label in all cases (fixes #101961)
+
2003-01-22 Christian Rose <menthos@menthos.com>
* configure.in: Added "mn" to ALL_LINGUAS.