(XmlWriter.write_xml_data): Fixed people output by preventing

confusion between handles and GRAMPS IDs.


svn: r3471
This commit is contained in:
Tim Waugh
2004-08-22 12:37:44 +00:00
parent 89ca5db49f
commit 243aacca4f
2 changed files with 7 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
* 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): Fixed people output by preventing
confusion between handles and GRAMPS IDs.
* src/RelLib.py (probably_alive): Fixed typo (bug #1012347).