From: handa Date: Thu, 7 Sep 2006 07:59:49 +0000 (+0000) Subject: (mtext_serialize): Call mplist__serialize with the X-Git-Tag: REL-1-3-4~74 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2359a5a526eda280f1c682abf7dafe742cb3514d;p=m17n%2Fm17n-lib.git (mtext_serialize): Call mplist__serialize with the arg pretty 0. --- diff --git a/src/textprop.c b/src/textprop.c index e70998d..fc93e58 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -2887,7 +2887,7 @@ mtext_serialize (MText *mt, int from, int to, MPlist *property_list) if (! serialized_plist) continue; mtext_reset (work); - mplist__serialize (work, serialized_plist); + mplist__serialize (work, serialized_plist, 0); child = xmlNewChild (node, NULL, (xmlChar *) "property", NULL); xmlSetProp (child, (xmlChar *) "key", (xmlChar *) MSYMBOL_NAME (prop->key));