From aa265ae1e775496b3e1c39f0b3e54c655533a10b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 7 Oct 2013 14:44:03 +0000 Subject: [PATCH] 7105: missing event_ref_list into get_citation_child_list method svn: r23263 --- gramps/gen/lib/family.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gen/lib/family.py b/gramps/gen/lib/family.py index d1e6da37f..78b31db28 100644 --- a/gramps/gen/lib/family.py +++ b/gramps/gen/lib/family.py @@ -320,7 +320,7 @@ class Family(CitationBase, NoteBase, MediaBase, AttributeBase, LdsOrdBase, :rtype: list """ check_list = self.media_list + self.attribute_list + \ - self.lds_ord_list + self.child_ref_list + self.lds_ord_list + self.child_ref_list + self.event_ref_list return check_list def get_note_child_list(self):