Lots of changes. Fixes the hud for auto-import - at least for me.

Does configer Importer to use the Config class.
This commit is contained in:
Worros
2008-11-09 21:57:58 +10:00
parent d0218363c6
commit d4038c3f19
8 changed files with 162 additions and 92 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ class GuiBulkImport (threading.Thread):
self.db=db
self.settings=settings
self.config=config
self.importer = fpdb_import.Importer(self,self.settings)
self.importer = fpdb_import.Importer(self,self.settings, config)
self.vbox=gtk.VBox(False,1)
self.vbox.show()