diff --git a/ChangeLog b/ChangeLog index 8acfd0d498..21edec3633 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Jan 22 14:23:23 2003 Manish Singh + + * 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 * configure.in: Added "mn" to ALL_LINGUAS. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 8acfd0d498..21edec3633 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Wed Jan 22 14:23:23 2003 Manish Singh + + * 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 * configure.in: Added "mn" to ALL_LINGUAS. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 8acfd0d498..21edec3633 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Wed Jan 22 14:23:23 2003 Manish Singh + + * 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 * configure.in: Added "mn" to ALL_LINGUAS. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 8acfd0d498..21edec3633 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Wed Jan 22 14:23:23 2003 Manish Singh + + * 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 * configure.in: Added "mn" to ALL_LINGUAS. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 8acfd0d498..21edec3633 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Wed Jan 22 14:23:23 2003 Manish Singh + + * 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 * configure.in: Added "mn" to ALL_LINGUAS. diff --git a/gdk/x11/gdkevents-x11.c b/gdk/x11/gdkevents-x11.c index e32fe2182b..de957fdd2e 100644 --- a/gdk/x11/gdkevents-x11.c +++ b/gdk/x11/gdkevents-x11.c @@ -610,6 +610,7 @@ translate_key_event (GdkDisplay *display, event->key.length, buf); } #endif /* G_ENABLE_DEBUG */ + return; } /* Return the window this has to do with, if any, rather