* src/EditPerson.py: Commit events, since there may be changes

made no in the editor.
* src/EventEdit.py: Use combined mapping for all events.
* src/FamilyView.py: Proper display of child relations.
* src/Marriage.py: Commit events; properly call common event/ref
editor.
* src/Utils.py: Minor.


svn: r4813
This commit is contained in:
Alex Roitman
2005-06-08 21:17:18 +00:00
parent a7778ace75
commit 16c1b632e4
6 changed files with 47 additions and 18 deletions

View File

@ -153,7 +153,7 @@ personal_attributes = {
family_attributes = {
RelLib.Attribute.UNKNOWN : _("Unknown"),
RelLib.Attribute.CUSTOM : _("Custom"),
RelLib.Attribute.NUM_CHILD : _("Number of Children"),
RelLib.Attribute.NUM_CHILD : _("Number of Children"),
}
family_relations = {