gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Tue Sep 20 12:12:25 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/788c3ee6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3e4a4dbf (commit)
	from  https://github.com/Gnucash/gnucash/commit/2505955a (commit)



commit 788c3ee6176d1a843769d12b9008b7e619ec741a
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Sep 21 00:06:25 2022 +0800

    [import-main-matcher] setup_entry handles NULL and empty initial
    
    gtk_entry_set_text throws a warning if initial is empty. Avoid calling
    when initial==NULL.
    
    Also, if the imported transaction has empty-string desc/notes/memo, we
    don't want to populate the GtkEntryCompletion with it.

commit 3e4a4dbfe12981b6ffd6eddfc93e568e6ead0f98
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Sep 21 00:05:34 2022 +0800

    [import-main-matcher] initialize hash tables in common setup
    
    ... otherwise the hash tables aren't initialized when the CSV importer
    calls the import matcher.



Summary of changes:
 gnucash/import-export/import-main-matcher.c | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)



More information about the gnucash-patches mailing list