From 5791ff7fcd5f65145c8fbcf71d11c9691e07dc04 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Mon, 1 May 2006 22:14:26 +0000 Subject: [PATCH] fix selectperson call svn: r6506 --- ChangeLog | 2 ++ src/Editors/_EditPersonRef.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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: