From 2054e2022e54ebe1e696cf4ce157acd6eaf98d28 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 2 Aug 2020 14:16:50 -0700 Subject: [PATCH] Restore call to resolve_conflicts(). Lost in merging Bug 797730 PR. --- gnucash/import-export/import-main-matcher.c | 1 + 1 file changed, 1 insertion(+) 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)); }