3757: key2string map still in memory after XML import

svn: r14980
This commit is contained in:
Benny Malengier 2010-03-31 08:26:47 +00:00
parent eb052c160e
commit 4aca694f11

View File

@ -101,6 +101,7 @@ class DbLoader(CLIDbLoader):
self.uistate.progress.hide()
def import_file(self):
self.import_info = None
# First thing first: import is a batch transaction
# so we will lose the undo history. Warn the user.