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

Zurück zum Archiv-Index

Hiroyuki Ikezoe ikezo****@users*****
2006年 11月 23日 (木) 15:48:38 JST


Index: libtomoe-gtk/src/tomoe-details.c
diff -u libtomoe-gtk/src/tomoe-details.c:1.20 libtomoe-gtk/src/tomoe-details.c:1.21
--- libtomoe-gtk/src/tomoe-details.c:1.20	Thu Nov 23 15:10:18 2006
+++ libtomoe-gtk/src/tomoe-details.c	Thu Nov 23 15:48:38 2006
@@ -446,7 +446,8 @@
         gchar *readings_text;
         str_array[reading_num] = NULL;
         for (list = readings, j = 0; list; list = g_list_next (list), j++) {
-            str_array[j]  = (gchar *) list->data;
+	    TomoeReading *reading = TOMOE_READING (list->data);
+            str_array[j]  = (gchar *) tomoe_reading_get_reading (reading);
         }
         readings_text = g_strjoinv (" ", str_array);
         gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (priv->basic_prop),


tomoe-cvs メーリングリストの案内
Zurück zum Archiv-Index