* src/ChooseParents.py: give unknown sex to the new parent, so that
guessing works svn: r5318
This commit is contained in:
parent
b74de932ee
commit
916e94bdc3
@ -1,3 +1,7 @@
|
||||
2005-10-14 Julio Sanchez <jsanchez@users.sourceforge.net>
|
||||
* src/ChooseParents.py: give unknown sex to the new parent, so that
|
||||
guessing works
|
||||
|
||||
2005-10-13 Don Allingham <don@gramps-project.org>
|
||||
* various: add explict calls to garbage collection
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user