p71 - fixed guibulkimport. thought I'd already done that, but there you go..
added 4B detection to HudCache filling added primitive filling code for foldToStreetXCB, this'll not be correct for all cases yet
This commit is contained in:
@@ -32,7 +32,7 @@ class GuiBulkImport (threading.Thread):
|
||||
print "BulkImport is not recursive - please select the final directory in which the history files are"
|
||||
else:
|
||||
self.inputFile=self.path+os.sep+file
|
||||
fpdb_import.import_file_dict(self, self.settings)
|
||||
fpdb_import.import_file_dict(self, self.settings, False)
|
||||
print "GuiBulkImport.import_dir done"
|
||||
|
||||
def load_clicked(self, widget, data=None):
|
||||
@@ -69,7 +69,7 @@ class GuiBulkImport (threading.Thread):
|
||||
if os.path.isdir(self.inputFile):
|
||||
self.import_dir()
|
||||
else:
|
||||
fpdb_import.import_file_dict(self, self.settings)
|
||||
fpdb_import.import_file_dict(self, self.settings, False)
|
||||
|
||||
def get_vbox(self):
|
||||
"""returns the vbox of this thread"""
|
||||
|
||||
Reference in New Issue
Block a user