projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5889dd
)
(mtext_serialize): Call mplist__serialize with the
author
handa
<handa>
Thu, 7 Sep 2006 07:59:49 +0000
(07:59 +0000)
committer
handa
<handa>
Thu, 7 Sep 2006 07:59:49 +0000
(07:59 +0000)
arg pretty 0.
src/textprop.c
patch
|
blob
|
history
diff --git
a/src/textprop.c
b/src/textprop.c
index
e70998d
..
fc93e58
100644
(file)
--- 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));