FindDupes.py: fix small bug in file path build routine.

svn: r12440
This commit is contained in:
Gerald Britton 2009-04-13 18:58:26 +00:00
parent 47297af2e9
commit 85b5ac2996

View File

@ -109,7 +109,7 @@ class Merge(Tool.Tool,ManagedWindow.ManagedWindow):
self.use_soundex = 1
base = os.path.dirname(__file__)
self.glade_file = "%s/%s" % (base,"merge.glade")
self.glade_file = base + os.sep + "merge.glade"
top = glade.XML(self.glade_file,"dialog","gramps")
# retrieve options