gnucash maint: Remove automatch_store_transactions() from import-main-matcher.

John Ralls jralls at code.gnucash.org
Thu Jun 23 18:06:42 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/53b45262 (commit)
	from  https://github.com/Gnucash/gnucash/commit/72f630e8 (commit)



commit 53b4526262111c2cae68625ce352b8c749163969
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jun 23 14:50:36 2016 -0700

    Remove automatch_store_transactions() from import-main-matcher.
    
    There hasn't been a clist to iterate through since 2002, calling
    gnc_import_TransInfo_refresh_destacc immediately after
    gnc_import_TransInfo_set_destacc(...TRUE) is a no-op, and refresh_model_row
    gets called immediately after run_account_picker_dialog_returns.
    
    As a side benefit this might fix bug 757078.



Summary of changes:
 src/import-export/import-main-matcher.c | 28 +---------------------------
 1 file changed, 1 insertion(+), 27 deletions(-)



More information about the gnucash-patches mailing list