3757: key2string map still in memory after XML import

svn: r14979
This commit is contained in:
Benny Malengier 2010-03-31 08:26:36 +00:00
parent 08331a522f
commit ed296c227d

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.