diff --git a/gnucash/import-export/import-main-matcher.cpp b/gnucash/import-export/import-main-matcher.cpp index dd109c89bc..9c8195aea2 100644 --- a/gnucash/import-export/import-main-matcher.cpp +++ b/gnucash/import-export/import-main-matcher.cpp @@ -244,6 +244,8 @@ gnc_gen_trans_list_delete (GNCImportMainMatcher *info) g_list_free_full (info->new_strings, (GDestroyNotify)g_free); g_free (info); + + gnc_gui_refresh_all (); } bool