Revision: 7152
Author:   ek.kato
Date:     Sun Jun 19 18:48:12 2011
Log:      * gtk2/candwin/horizontal-gtk.c (candidate_window_get_type) :
  Use UIMCandidateWindowHorizontal type_name.

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

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

=======================================
--- /trunk/gtk2/candwin/horizontal-gtk.c        Fri Jun 17 06:31:17 2011
+++ /trunk/gtk2/candwin/horizontal-gtk.c        Sun Jun 19 18:48:12 2011
@@ -190,7 +190,7 @@
 {
   if (!candidate_window_type)
     candidate_window_type = g_type_register_static(GTK_TYPE_WINDOW,
-                   "UIMCandidateWindow", &object_info, (GTypeFlags)0);
+                   "UIMCandidateWindowHorizontal", &object_info, 
(GTypeFlags)0);
   return candidate_window_type;
 }

Reply via email to