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:
parent
ab9f5e2db8
commit
17899f2bac
@ -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>
|
2003-06-16 Don Allingham <dallingham@users.sourceforge.net>
|
||||||
* src/gramps.glade: Add a dialog to allow a child's relationships
|
* src/gramps.glade: Add a dialog to allow a child's relationships
|
||||||
to his/her parents to be altered.
|
to his/her parents to be altered.
|
||||||
|
@ -250,7 +250,6 @@ class FamilyView:
|
|||||||
return
|
return
|
||||||
|
|
||||||
person = RelLib.Person()
|
person = RelLib.Person()
|
||||||
person.setGender(RelLib.Person.female)
|
|
||||||
|
|
||||||
autoname = GrampsCfg.lastnamegen
|
autoname = GrampsCfg.lastnamegen
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user