* src/ReadGedcom.py (parse_family_object): Support _WITN and _GODP; Ignore _LOC extended locations

svn: r4399
This commit is contained in:
Martin Hawlisch
2005-04-21 14:20:26 +00:00
parent 970f851d4d
commit f4dd79c642
2 changed files with 13 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
* src/ReadGedcom.py (parse_family_object): Set MediaRef properly;
(parse_individual): Set Adoption event properly;
(importData): Dont crash because of a short line;
Support _WITN and _GODP; Ignore _LOC extended locations
* src/Marriage.py (__init__): Properly get place title
2005-04-20 Don Allingham <don@gramps-project.org>