[Tomoe-cvs 1189] CVS update: libtomoe-gtk/src

Back to archive index

Takuro Ashie makei****@users*****
2006年 11月 27日 (月) 18:01:06 JST


Index: libtomoe-gtk/src/tomoe-canvas.c
diff -u libtomoe-gtk/src/tomoe-canvas.c:1.39 libtomoe-gtk/src/tomoe-canvas.c:1.40
--- libtomoe-gtk/src/tomoe-canvas.c:1.39	Mon Nov 27 13:38:38 2006
+++ libtomoe-gtk/src/tomoe-canvas.c	Mon Nov 27 18:01:06 2006
@@ -712,7 +712,7 @@
     if (nth < g_list_length (priv->candidates)) {
         TomoeCandidate *cand;
         cand = g_list_nth_data (priv->candidates, nth);
-        return tomoe_candidate_get_character (cand);
+        return tomoe_candidate_get_char (cand);
     } else {
         return NULL;
     }
Index: libtomoe-gtk/src/tomoe-stroke-search.c
diff -u libtomoe-gtk/src/tomoe-stroke-search.c:1.11 libtomoe-gtk/src/tomoe-stroke-search.c:1.12
--- libtomoe-gtk/src/tomoe-stroke-search.c:1.11	Mon Nov 27 16:20:53 2006
+++ libtomoe-gtk/src/tomoe-stroke-search.c	Mon Nov 27 18:01:06 2006
@@ -331,7 +331,7 @@
     candidates = (GList *) tomoe_canvas_get_candidates (TOMOE_CANVAS (priv->canvas));
     for (list = candidates; list; list = g_list_next (list)) {
         TomoeCandidate *cand = TOMOE_CANDIDATE (list->data);
-        TomoeChar *c = tomoe_candidate_get_character (cand);
+        TomoeChar *c = tomoe_candidate_get_char (cand);
         if (list != candidates) 
             g_string_append_c (dump_string, ' ');
         g_string_append (dump_string, tomoe_char_get_utf8 (c));


tomoe-cvs メーリングリストの案内
Back to archive index