Fixed problem with parents

svn: r280
This commit is contained in:
Don Allingham
2001-08-02 21:10:08 +00:00
parent ab4f829ea2
commit 0ddd838e59
2 changed files with 6 additions and 1 deletions

View File

@ -518,6 +518,8 @@ class GedcomParser:
event.setName(ged2fam[matches[1]])
except:
event.setName(matches[1])
if event.getName() == "Marriage":
self.setRelationship("Married")
self.family.addEvent(event)
self.parse_family_event(event,2)