Two fixes to address issues with living proxy and GEDCOM export

svn: r15295
This commit is contained in:
Doug Blank
2010-05-01 14:29:52 +00:00
parent 97eff89616
commit 38d8332970
2 changed files with 3 additions and 1 deletions

View File

@@ -1286,6 +1286,8 @@ class GedcomWriter(UpdateCallback):
return
src = self.dbase.get_source_from_handle(src_handle)
if src is None:
return
# Reference to the source
self.__writeln(level, "SOUR", "@%s@" % src.get_gramps_id())