From cd01cb92ef758bc71a60407f2fc610285649f069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 7 Oct 2013 14:41:38 +0000 Subject: [PATCH] 7105: missing event_ref_list into get_citation_child_list method svn: r23262 --- 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 d11e470e9..d87bbd6a4 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):