2003-06-18 Tim Waugh <twaugh@redhat.com>

* src/FamilyView.py (add_child_clicked): No reason to assume children
        are female.


svn: r1759
This commit is contained in:
Tim Waugh 2003-06-18 16:30:49 +00:00
parent ab9f5e2db8
commit 17899f2bac
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-06-18 Tim Waugh <twaugh@redhat.com>
* src/FamilyView.py (add_child_clicked): No reason to assume children
are female.
2003-06-16 Don Allingham <dallingham@users.sourceforge.net>
* src/gramps.glade: Add a dialog to allow a child's relationships
to his/her parents to be altered.

View File

@ -250,7 +250,6 @@ class FamilyView:
return
person = RelLib.Person()
person.setGender(RelLib.Person.female)
autoname = GrampsCfg.lastnamegen