* 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

@ -1039,8 +1039,8 @@ class EditPerson:
self.db.commit_person(self.person, trans)
n = self.person.get_primary_name().get_regular_name()
#for (event_ref,event) in self.event_box.get_changed_objects():
# self.db.commit_event(event,trans)
for (event_ref,event) in self.event_box.get_changed_objects():
self.db.commit_event(event,trans)
self.db.transaction_commit(trans,_("Edit Person (%s)") % n)
if self.callback: