gnucash maint: Fix double-click for import-main-matcher.c

Robert Fewell bobit at code.gnucash.org
Sun Jun 23 05:47:27 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/262a1fac (commit)
	from  https://github.com/Gnucash/gnucash/commit/b50ed475 (commit)



commit 262a1fac5d910dd60e0eb0f3048a1dba9c9af8cd
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jun 23 10:43:57 2019 +0100

    Fix double-click for import-main-matcher.c
    
    The New multiselect feature used two boolean values that was set up as
    pointers but there was a error with one if statement that stopped the
    double-click to run the match dialogue. Changed all occurrences to just
    use boolean values.



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



More information about the gnucash-patches mailing list