(XmlWriter.write_family_handle): Use GRAMPS ID not DB handle.

(XmlWriter.write_xml_data): Sort family IDs before writing.


svn: r3472
This commit is contained in:
Tim Waugh
2004-08-22 12:45:47 +00:00
parent 243aacca4f
commit 53f650655a
2 changed files with 14 additions and 7 deletions

View File

@@ -1,9 +1,11 @@
2004-08-22 Tim Waugh <twaugh@redhat.com>
* src/WriteXML.py (write_xml_data): Fixed typo causing XML export to
omit all place definitions.
(XmlWriter.write_xml_data): Sort person handles before writing.
(XmlWriter.write_xml_data): Sort person IDs before writing.
(XmlWriter.write_xml_data): Fixed people output by preventing
confusion between handles and GRAMPS IDs.
(XmlWriter.write_family_handle): Use GRAMPS ID not DB handle.
(XmlWriter.write_xml_data): Sort family IDs before writing.
* src/RelLib.py (probably_alive): Fixed typo (bug #1012347).