gnucash stable: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sun Mar 3 10:41:10 EST 2024


Updated	 via  https://github.com/Gnucash/gnucash/commit/fbc6e13a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5b39abf1 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a5d1266c (commit)



commit fbc6e13af5232c050138eb6cc2b43381d7922573
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Mar 3 23:33:02 2024 +0800

    [import-main-matcher.cpp] tidy building popup menu

commit 5b39abf11db2403018a62dec302d0b8b537d7605
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Mar 3 08:04:17 2024 +0800

    Bug 799246 - import matcher will rename incorrect splits
    
    the gtk_tree_selection_get_selected_rows will return a GList of
    GtkTreePath* which is not recommended if the model will be
    modified. Return a vector of GtkTreeRowReference* instead.



Summary of changes:
 gnucash/import-export/import-main-matcher.cpp | 165 +++++++++++++++-----------
 1 file changed, 94 insertions(+), 71 deletions(-)



More information about the gnucash-patches mailing list