Revision: 7153
Author:   ek.kato
Date:     Sun Jun 19 18:58:39 2011
Log:      * gtk2/candwin/gtk.c
* gtk2/candwin/tbl-gtk.c
* gtk2/candwin/horizontal-gtk.c
  - (candidate_window_get_type) : Use equivalent names in
    immodule.

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

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

=======================================
--- /trunk/gtk2/candwin/gtk.c   Tue May 24 07:45:43 2011
+++ /trunk/gtk2/candwin/gtk.c   Sun Jun 19 18:58:39 2011
@@ -185,7 +185,7 @@
 {
   if (!candidate_window_type)
     candidate_window_type = g_type_register_static(GTK_TYPE_WINDOW,
-                   "UIMCandidateWindow", &object_info, (GTypeFlags)0);
+                   "UIMCandWinGtk", &object_info, (GTypeFlags)0);
   return candidate_window_type;
 }

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

=======================================
--- /trunk/gtk2/candwin/tbl-gtk.c       Tue May 24 07:45:43 2011
+++ /trunk/gtk2/candwin/tbl-gtk.c       Sun Jun 19 18:58:39 2011
@@ -221,7 +221,7 @@
 {
   if (!candidate_window_type)
     candidate_window_type = g_type_register_static(GTK_TYPE_WINDOW,
-                   "UIMCandidateWindow", &object_info, (GTypeFlags)0);
+                   "UIMCandWinTblGtk", &object_info, (GTypeFlags)0);
   return candidate_window_type;
 }

Reply via email to