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()),