Fixed importing of family photos
svn: r208
This commit is contained in:
parent
12a529ebfd
commit
2672b7f7a2
@ -346,7 +346,7 @@ class GrampsParser(handler.ContentHandler):
|
||||
photo.setPrivate(0)
|
||||
if self.family:
|
||||
self.family.addPhoto(photo)
|
||||
if self.source:
|
||||
elif self.source:
|
||||
self.source.addPhoto(photo)
|
||||
else:
|
||||
self.person.addPhoto(photo)
|
||||
|
Loading…
x
Reference in New Issue
Block a user