src/gtkimhtml.c

changeset 10849
476d68d7a435
parent 10844
fb5b88957742
child 10852
acf09a205b3f
--- a/src/gtkimhtml.c	Tue Apr 19 04:06:57 2005 +0000
+++ b/src/gtkimhtml.c	Tue Apr 19 04:21:39 2005 +0000
@@ -532,8 +532,8 @@
  * It's supposed to be fixed in gtk2.2.  You can view the bug report at
  * http://bugzilla.gnome.org/show_bug.cgi?id=107939
  */
-
-gboolean gtk_key_pressed_cb(GtkIMHtml *imhtml, GdkEventKey *event, gpointer data)
+static gboolean
+gtk_key_pressed_cb(GtkIMHtml *imhtml, GdkEventKey *event, gpointer data)
 {
 	if (event->state & GDK_CONTROL_MASK) {
 		switch (event->keyval) {

mercurial