diff --git a/gnucash/import-export/aqb/gnc-ab-utils.c b/gnucash/import-export/aqb/gnc-ab-utils.c index 8a10a78eb3c..a84d4d7ed3f 100644 --- a/gnucash/import-export/aqb/gnc-ab-utils.c +++ b/gnucash/import-export/aqb/gnc-ab-utils.c @@ -1257,8 +1257,8 @@ gnc_ab_import_context(AB_IMEXPORTER_CONTEXT *context, AB_ImExporterContext_AccountInfoForEach(context, txn_accountinfo_cb, data); - /* populate and display the matching window */ - gnc_gen_trans_list_show_all(data->generic_importer); + /* populate and display the matching window */ + gnc_gen_trans_list_show_all(data->generic_importer); /* Check balances */ if (!(awaiting & IGNORE_BALANCES)) diff --git a/gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp b/gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp index aadd5b4f5c9..f6fa649adec 100644 --- a/gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp +++ b/gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp @@ -2085,7 +2085,7 @@ CsvImpTransAssist::assist_match_page_prepare () } } /* Show the matcher dialog */ -// gnc_gen_trans_list_show_all (gnc_csv_importer_gui); + gnc_gen_trans_list_show_all (gnc_csv_importer_gui); }