gnucash maint: Fix wayward indentation and remove stray comment mark.

John Ralls jralls at code.gnucash.org
Sun Sep 13 19:45:25 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/f0341cdd (commit)
	from  https://github.com/Gnucash/gnucash/commit/53619f43 (commit)



commit f0341cddc64eaff7637171293c51d3eb1f287fd9
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 13 16:45:18 2020 -0700

    Fix wayward indentation and remove stray comment mark.

diff --git a/gnucash/import-export/aqb/gnc-ab-utils.c b/gnucash/import-export/aqb/gnc-ab-utils.c
index 8a10a78eb..a84d4d7ed 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 aadd5b4f5..f6fa649ad 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);
 }
 
 



Summary of changes:
 gnucash/import-export/aqb/gnc-ab-utils.c                     | 4 ++--
 gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list