diff options
author | Manish Singh <yosh@gimp.org> | 2003-01-22 22:14:00 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2003-01-22 22:14:00 +0000 |
commit | 57e9b8ef9c5a1be6e9802d4d8750b5104a13e3ca (patch) | |
tree | 4a8b311ee1bbe0971fd5710c03ec3e9382b47235 /ChangeLog | |
parent | 6041a824e7b8bd3098db2e2b1ed241010fb89c63 (diff) | |
download | gtk+-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |