mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Restore call to resolve_conflicts().
Lost in merging Bug 797730 PR.
This commit is contained in:
parent
1015c6aafd
commit
2054e2022e
@ -389,6 +389,7 @@ resolve_conflicts (GNCImportMainMatcher *info)
|
|||||||
void gnc_gen_trans_list_show_all(GNCImportMainMatcher *info)
|
void gnc_gen_trans_list_show_all(GNCImportMainMatcher *info)
|
||||||
{
|
{
|
||||||
gnc_gen_trans_list_create_matches (info);
|
gnc_gen_trans_list_create_matches (info);
|
||||||
|
resolve_conflicts (info);
|
||||||
gtk_widget_show_all (GTK_WIDGET (info->main_widget));
|
gtk_widget_show_all (GTK_WIDGET (info->main_widget));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user