0008283: GEDCOM export does not export media attached to citations. Fix

for gramps master
This commit is contained in:
kulath 2015-01-07 17:59:07 +00:00
parent cd779d5163
commit d69a84d56e

View File

@ -1310,6 +1310,7 @@ class GedcomWriter(UpdateCallback):
note_list = [ n.handle for n in note_list note_list = [ n.handle for n in note_list
if n and n.get_type() != NoteType.SOURCE_TEXT] if n and n.get_type() != NoteType.SOURCE_TEXT]
self._note_references(note_list, level+1) self._note_references(note_list, level+1)
self._photos(citation.get_media_list(), level+1) self._photos(citation.get_media_list(), level+1)
even = None even = None