From 9ce2e8939b090e528995db538ece114fe3c08fbe Mon Sep 17 00:00:00 2001 From: steffen123 Date: Mon, 4 Oct 2010 16:23:21 +0200 Subject: [PATCH] another change to guiautoimport --- pyfpdb/GuiAutoImport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/GuiAutoImport.py b/pyfpdb/GuiAutoImport.py index 4aef5a65..9d080f99 100755 --- a/pyfpdb/GuiAutoImport.py +++ b/pyfpdb/GuiAutoImport.py @@ -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)