From e046804e399d35d0e85a389855c8a35dbe69ab1f Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Sat, 15 Mar 2014 19:30:07 +0000 Subject: [PATCH] Fix bug in event gramplet --- gramps/plugins/gramplet/events.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps/plugins/gramplet/events.py b/gramps/plugins/gramplet/events.py index 81cd83bb2..36eff40ae 100644 --- a/gramps/plugins/gramplet/events.py +++ b/gramps/plugins/gramplet/events.py @@ -87,8 +87,8 @@ class Events(Gramplet): if int(event_ref.get_role()) not in (EventRoleType.PRIMARY, EventRoleType.FAMILY): - participants = Utils.get_participant_from_event(self.dbstate.db, - event_ref.ref) + participants = get_participant_from_event(self.dbstate.db, + event_ref.ref) self.model.add((event.get_handle(), str(event.get_type()),