FindDupes.py: fix small bug in file path build routine.
svn: r12440
This commit is contained in:
parent
47297af2e9
commit
85b5ac2996
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user