]> Pileus Git - ~andy/gtk/commitdiff
add a "return" at the end of the function, so there is a statement
authorManish Singh <yosh@gimp.org>
Wed, 22 Jan 2003 22:14:00 +0000 (22:14 +0000)
committerManish Singh <yosh@src.gnome.org>
Wed, 22 Jan 2003 22:14:00 +0000 (22:14 +0000)
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)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/x11/gdkevents-x11.c

index 225060d1b6744072e9431dbda2c7689406df14e8..8420548afd2c46e7d30acba2d023bc42952cdc78 100644 (file)
--- 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.
index 225060d1b6744072e9431dbda2c7689406df14e8..8420548afd2c46e7d30acba2d023bc42952cdc78 100644 (file)
@@ -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.
index 225060d1b6744072e9431dbda2c7689406df14e8..8420548afd2c46e7d30acba2d023bc42952cdc78 100644 (file)
@@ -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.
index 225060d1b6744072e9431dbda2c7689406df14e8..8420548afd2c46e7d30acba2d023bc42952cdc78 100644 (file)
@@ -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.
index 225060d1b6744072e9431dbda2c7689406df14e8..8420548afd2c46e7d30acba2d023bc42952cdc78 100644 (file)
@@ -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.
index e32fe2182b29e0ed00d7a3a1e77b9078ba9fc2d2..de957fdd2e2ecc9a60f84dc2339dad3dfcbac2cb 100644 (file)
@@ -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