diff --git a/gnucash/import-export/import-main-matcher.cpp b/gnucash/import-export/import-main-matcher.cpp index 8d2d4d6939..c45d5dbd04 100644 --- a/gnucash/import-export/import-main-matcher.cpp +++ b/gnucash/import-export/import-main-matcher.cpp @@ -590,11 +590,11 @@ on_matcher_ok_clicked (GtkButton *button, GNCImportMainMatcher *info) gnc_gen_trans_list_delete (info); - /* Allow GUI refresh again. */ - gnc_resume_gui_refresh (); - /* DEBUG ("End") */ g_list_free_full (accounts_modified, (GDestroyNotify)xaccAccountCommitEdit); + + /* Allow GUI refresh again upon commit completion. */ + gnc_resume_gui_refresh (); } void