* src/MergePeople.py: Corrected gender display (closes #1190203)
svn: r4428
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
2005-04-26 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||
* src/EditPerson.py (on_apply_person_clicked): Fix crash when
|
||||
changing gender caused by a family handle/object mismatch
|
||||
|
||||
* src/MergePeople.py: Corrected gender display (closes #1190203)
|
||||
|
||||
2005-04-25 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||
* src/FamilyView.py: Dont crash on empty database
|
||||
|
@@ -40,7 +40,7 @@ import const
|
||||
import gtk
|
||||
import pango
|
||||
|
||||
sex = ( _("male"), _("female"), _("unknown"))
|
||||
sex = ( _("female"), _("male"), _("unknown"))
|
||||
|
||||
class Compare:
|
||||
|
||||
|
Reference in New Issue
Block a user