2008-02-11 Benny Malengier <benny.malengier@gramps-project.org>
* src/Editors/_EditFamily.py: call editprimary correctly, double gid svn: r10016
This commit is contained in:
parent
1adcd57028
commit
c11f6d6a1b
@ -1,3 +1,6 @@
|
||||
2008-02-11 Benny Malengier <benny.malengier@gramps-project.org>
|
||||
* src/Editors/_EditFamily.py: call editprimary correctly, double gid
|
||||
|
||||
2008-02-10 Brian Matherly <brian@gramps-project.org>
|
||||
* src/plugins/DetAncestralReport.py:
|
||||
* src/ReportBase/_ReportUtils.py:
|
||||
|
@ -400,7 +400,8 @@ class EditFamily(EditPrimary):
|
||||
|
||||
self.tooltips = gtk.Tooltips()
|
||||
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)
|
||||
|
||||
# look for the scenerio of a child and no parents on a new
|
||||
# family
|
||||
|
Loading…
Reference in New Issue
Block a user