preserve full path for photos after import

svn: r1497
This commit is contained in:
Don Allingham
2003-05-06 02:55:54 +00:00
parent dec833e559
commit d70cf37db7
4 changed files with 3 additions and 7 deletions

View File

@ -2372,9 +2372,6 @@ class GrampsDB(Persistent):
"""adds a Place instance to the database, assigning it a gramps'
ID number"""
# import traceback
# traceback.print_stack()
index = self.pprefix % self.lmapIndex
while self.placeMap.has_key(index):
self.lmapIndex = self.lmapIndex + 1