another change to guiautoimport

This commit is contained in:
steffen123 2010-10-04 16:23:21 +02:00
parent e5a22b5188
commit 9ce2e8939b

View File

@ -348,7 +348,7 @@ if __name__== "__main__":
settings.update(config.get_default_paths())
if(options.gui == True):
i = GuiAutoImport(settings, config)
i = GuiAutoImport(settings, config, None, None)
main_window = gtk.Window()
main_window.connect('destroy', destroy)
main_window.add(i.mainVBox)