diff --git a/gnucash/import-export/import-main-matcher.c b/gnucash/import-export/import-main-matcher.c index 9f805d6d48..f1ff49d076 100644 --- a/gnucash/import-export/import-main-matcher.c +++ b/gnucash/import-export/import-main-matcher.c @@ -389,6 +389,7 @@ resolve_conflicts (GNCImportMainMatcher *info) void gnc_gen_trans_list_show_all(GNCImportMainMatcher *info) { gnc_gen_trans_list_create_matches (info); + resolve_conflicts (info); gtk_widget_show_all (GTK_WIDGET (info->main_widget)); }