Revision: 7330
Author:   deton.kih
Date:     Tue Oct 18 03:57:44 2011
Log:      * gtk2/candwin/horizontal-gtk.c
  - (button_clicked): Fix problem that select by click does not work.

http://code.google.com/p/uim/source/detail?r=7330

Modified:
 /trunk/gtk2/candwin/horizontal-gtk.c

=======================================
--- /trunk/gtk2/candwin/horizontal-gtk.c        Sun Jul  3 23:45:59 2011
+++ /trunk/gtk2/candwin/horizontal-gtk.c        Tue Oct 18 03:57:44 2011
@@ -331,7 +331,7 @@
 #endif

 static void
-button_clicked(GtkEventBox *button, gpointer data)
+button_clicked(GtkEventBox *button, GdkEventButton *event, gpointer data)
 {
   UIMCandidateWindow *cwin = UIM_CANDIDATE_WINDOW(data);
   gint i;

Reply via email to