[sorry for the delay, this was meant to be sent with the commit]
At 14.12.2009 17:33, Luis Villa wrote:
I've also found that, when overwriting the<dia:attribute> node
<dia:attribute name="meta">
<dia:composite type="dict">
</dia:attribute>
This shoud be
<dia:composite type="dict"/>
---
otherwise it would be invalid XML.
with, for example,
<dia:attribute name="meta">
<dia:composite type="dict">
<dia:attribute name="some-id">
<dia:string>#222#</dia:string>
</dia:attribute>
</dia:composite>
</dia:attribute>
for a "Flowchart - Manual Input", DIA hangs (I'm in Windows XP)
Yeah, reproduced. Apparently my initial testing was not good enough ;)
Already fixed on master (there is/was an endless loop in
prop_dict.c(dictprop_load))
http://git.gnome.org/browse/dia/commit/?id=1203a00efe2e3ca6dfb92c75f1abb075683497b1
The same thing should go into dia-0-97 to be available with the next minor
release.
[...]
<dia:attribute name="meta">
<dia:composite type="dict">
</dia:attribute>
after saving. Is this a bug?
It definitely would be, but see above.
Hans
-------- Hans "at" Breuer "dot" Org -----------
Tell me what you need, and I'll tell you how to
get along without it. -- Dilbert
_______________________________________________
dia-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://live.gnome.org/Dia/Faq
Main page at http://live.gnome.org/Dia