Restore call to resolve_conflicts().

Lost in merging Bug 797730 PR.
This commit is contained in:
John Ralls 2020-08-02 14:16:50 -07:00
parent 1015c6aafd
commit 2054e2022e

View File

@ -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));
}