* src/ChooseParents.py: give unknown sex to the new parent, so that
guessing works svn: r5318
This commit is contained in:
@@ -626,7 +626,7 @@ class ChooseParents:
|
||||
class to create a new person."""
|
||||
|
||||
person = RelLib.Person()
|
||||
person.set_gender(RelLib.Person.MALE)
|
||||
person.set_gender(RelLib.Person.UNKNOWN)
|
||||
|
||||
try:
|
||||
import EditPerson
|
||||
|
||||
Reference in New Issue
Block a user