(mtext_serialize): Call mplist__serialize with the
authorhanda <handa>
Thu, 7 Sep 2006 07:59:49 +0000 (07:59 +0000)
committerhanda <handa>
Thu, 7 Sep 2006 07:59:49 +0000 (07:59 +0000)
arg pretty 0.

src/textprop.c

index e70998d..fc93e58 100644 (file)
@@ -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));