From 2359a5a526eda280f1c682abf7dafe742cb3514d Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 7 Sep 2006 07:59:49 +0000 Subject: [PATCH] (mtext_serialize): Call mplist__serialize with the arg pretty 0. --- src/textprop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 1.7.10.4