diff --git a/ChangeLog b/ChangeLog index 0809577c7..7dcbd5f21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ 2006-05-01 Don Allingham + * src/Editors/_EditPersonRef.py (EditPersonRef._select_person): fix + call to SelectPerson * src/DataViews/_PersonView.py (PersonView.define_actions): add expand and collapse all node menu entries diff --git a/src/Editors/_EditPersonRef.py b/src/Editors/_EditPersonRef.py index 9b8b3ecfd..33faea8c2 100644 --- a/src/Editors/_EditPersonRef.py +++ b/src/Editors/_EditPersonRef.py @@ -102,7 +102,7 @@ class EditPersonRef(EditSecondary): def _select_person(self, obj): from SelectPerson import SelectPerson - sel = SelectPerson(self.dbstate.db, "Select Person") + sel = SelectPerson(self.dbstate, self.uistate, "Select Person") person = sel.run() if person: