* src/FamilyView.py: Call marriage editor with callback to update

the family view
* src/Marriage.py: Call the family view callback after saving to update
the display with changed marriage information


svn: r1667
This commit is contained in:
Don Allingham
2003-06-07 16:30:44 +00:00
parent b407e57a22
commit 36c54ceb8d
2 changed files with 5 additions and 2 deletions

View File

@ -171,7 +171,8 @@ class FamilyView:
try:
if self.selected_spouse:
Marriage.Marriage(self.family,self.parent.db,
self.parent.new_after_edit)
self.parent.new_after_edit,
self.load_family)
else:
AddSpouse.AddSpouse(self.parent.db,self.person,
self.load_family,