[Tomoe-cvs 1050] CVS update: tomoe/lib

Back to archive index

Takuro Ashie makei****@users*****
2006年 11月 26日 (日) 16:34:52 JST


Index: tomoe/lib/tomoe-dict.c
diff -u tomoe/lib/tomoe-dict.c:1.82 tomoe/lib/tomoe-dict.c:1.83
--- tomoe/lib/tomoe-dict.c:1.82	Sun Nov 26 16:30:37 2006
+++ tomoe/lib/tomoe-dict.c	Sun Nov 26 16:34:52 2006
@@ -21,7 +21,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-dict.c,v 1.82 2006/11/26 07:30:37 kous Exp $
+ *  $Id: tomoe-dict.c,v 1.83 2006/11/26 07:34:52 makeinu Exp $
  */
 
 #include <stdio.h>
@@ -631,7 +631,7 @@
     if (data->in_reading && data->chr) {
         TomoeReading *reading;
 #warning FIXME: detect reading type?
-        reading = tomoe_reading_new (TOMOE_READING_ON, text);
+        reading = tomoe_reading_new (TOMOE_READING_INVALID, text);
         tomoe_char_add_reading (data->chr, reading);
         g_object_unref (reading);
     }


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