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)
|
photo.setPrivate(0)
|
||||||
if self.family:
|
if self.family:
|
||||||
self.family.addPhoto(photo)
|
self.family.addPhoto(photo)
|
||||||
if self.source:
|
elif self.source:
|
||||||
self.source.addPhoto(photo)
|
self.source.addPhoto(photo)
|
||||||
else:
|
else:
|
||||||
self.person.addPhoto(photo)
|
self.person.addPhoto(photo)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user