From 4aca694f11a33c84d962c66ae62da3428ccfdb7b Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Wed, 31 Mar 2010 08:26:47 +0000 Subject: [PATCH] 3757: key2string map still in memory after XML import svn: r14980 --- src/gui/dbloader.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/dbloader.py b/src/gui/dbloader.py index 5a65af2a7..b79c20f46 100644 --- a/src/gui/dbloader.py +++ b/src/gui/dbloader.py @@ -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.