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

Back to archive index

Takuro Ashie makei****@users*****
2006年 11月 27日 (月) 16:48:04 JST


Index: tomoe/lib/tomoe-dict.c
diff -u tomoe/lib/tomoe-dict.c:1.105 tomoe/lib/tomoe-dict.c:1.106
--- tomoe/lib/tomoe-dict.c:1.105	Mon Nov 27 16:46:24 2006
+++ tomoe/lib/tomoe-dict.c	Mon Nov 27 16:48:03 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.105 2006/11/27 07:46:24 makeinu Exp $
+ *  $Id: tomoe-dict.c,v 1.106 2006/11/27 07:48:03 makeinu Exp $
  */
 
 #include <stdio.h>
@@ -480,7 +480,7 @@
     g_markup_parse_context_get_position (context, &line, &chr);
 
     g_snprintf (buf, G_N_ELEMENTS (buf),
-                "Tomoe XML dictionary parse error at line %d char %d of %s.",
+                "Invalid content at line %d char %d of %s.",
                 line, chr, data->priv->filename);
 
     *error = g_error_new (G_MARKUP_ERROR,
@@ -587,7 +587,7 @@
     if (!strcmp ("reading", element_name)) {
         gint idx;
 
-        if (data->state != STATE_READINGS) {
+        if (data->state != STATE_READING) {
             set_parse_error (context, error, data);
             return;
         }


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