Fix family editor callback
This commit is contained in:
parent
24a7d44b43
commit
9b5a5f3b17
@ -350,7 +350,8 @@ class EditFamily(EditPrimary):
|
|||||||
|
|
||||||
EditPrimary.__init__(self, dbstate, uistate, track,
|
EditPrimary.__init__(self, dbstate, uistate, track,
|
||||||
family, dbstate.db.get_family_from_handle,
|
family, dbstate.db.get_family_from_handle,
|
||||||
dbstate.db.get_family_from_gramps_id)
|
dbstate.db.get_family_from_gramps_id,
|
||||||
|
callback)
|
||||||
|
|
||||||
# look for the scenerio of a child and no parents on a new
|
# look for the scenerio of a child and no parents on a new
|
||||||
# family
|
# family
|
||||||
@ -1112,6 +1113,9 @@ class EditFamily(EditPrimary):
|
|||||||
self.db.commit_family(self.obj, trans)
|
self.db.commit_family(self.obj, trans)
|
||||||
|
|
||||||
self._do_close()
|
self._do_close()
|
||||||
|
if self.callback:
|
||||||
|
self.callback(self.obj)
|
||||||
|
self.callback = None
|
||||||
|
|
||||||
def no_name(self):
|
def no_name(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user