Fixed add new person in AddSpouse dialog, fixed a couple of date problems,

Fixed choose parents dialog.


svn: r616
This commit is contained in:
Don Allingham
2001-12-14 13:58:30 +00:00
parent b3f46c68c7
commit 54ff29f9c5
3 changed files with 20 additions and 4 deletions

View File

@@ -127,7 +127,7 @@ class AddSpouse:
self.person.addFamily(family)
spouse.addFamily(family)
if self.person.getGender() == Person.male:
if self.person.getGender() == RelLib.Person.male:
family.setMother(spouse)
family.setFather(self.person)
else: