From 6336e35a29f67defc616cece53bb5ea268142c30 Mon Sep 17 00:00:00 2001 From: Vassilii Khachaturov Date: Thu, 29 Aug 2013 12:13:26 +0000 Subject: [PATCH] 7021: merge r22867 fix of #6863 to trunk svn: r22929 --- 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 1d5575bb5..7a4517c08 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