forked from AuroraMiddleware/gtk
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)
This commit is contained in:
parent
6041a824e7
commit
57e9b8ef9c
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user