From 207ed2434ce30f5823efebf48dba99f04ad13cea Mon Sep 17 00:00:00 2001 From: Vassilii Khachaturov Date: Thu, 29 Aug 2013 12:44:55 +0000 Subject: [PATCH] 7021: pass ArgHandler.user to import_new_db reapply r22929 from trunk svn: r22933 --- gramps/cli/arghandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/cli/arghandler.py b/gramps/cli/arghandler.py index 910f7823a..9a46244ba 100644 --- a/gramps/cli/arghandler.py +++ b/gramps/cli/arghandler.py @@ -363,7 +363,7 @@ class ArgHandler(object): if not db_path: # Apparently it is not a database. See if it is a file that # can be imported. - db_path, title = self.dbman.import_new_db(self.open_gui, None) + db_path, title = self.dbman.import_new_db(self.open_gui, self.user) if db_path: # Test if not locked or problematic