GEDCOM improvements, Find improvements

svn: r621
This commit is contained in:
Don Allingham
2001-12-16 00:16:43 +00:00
parent a79e8df650
commit 2b556fe523
22 changed files with 1467 additions and 1232 deletions

View File

@@ -328,7 +328,8 @@ class MediaView:
oref.setReference(photo)
try:
id = photo.getId()
name = RelImage.import_media_object(tfile,self.path,id)
path = self.db.getSavePath()
name = RelImage.import_media_object(tfile,path,id)
if name != None and name != "":
photo.setPath(name)
except: