(XmlWriter.write_xml_data): Fixed families output by preventing

confusion between handles and GRAMPS IDs.


svn: r3473
This commit is contained in:
Tim Waugh
2004-08-22 12:52:33 +00:00
parent 20bf8f7799
commit ac5ac33f9d
2 changed files with 14 additions and 6 deletions

View File

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