gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Nov 5 12:14:53 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/e991fe85 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/910cdbfd (commit)
	from  https://github.com/Gnucash/gnucash/commit/1a9825fe (commit)



commit e991fe853caff678ec23cdeb41e9d1ea87403d6b
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Nov 5 09:14:14 2019 -0800

    Bug 797086 - Import customer dialog – headers not translated

commit 910cdbfddc39eea3fc8e624eeda46f40543972e7
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Nov 5 09:12:17 2019 -0800

    Fix compile error, missing return value.
    
    And a condition, !(!inv) to cast inv as a bool is a bit too clever.
    inv != NULL more clearly conveys the intent.



Summary of changes:
 gnucash/gnome/gnc-plugin-page-register.c           |  4 +--
 .../customer-import/dialog-customer-import-gui.c   | 38 +++++++++++-----------
 2 files changed, 21 insertions(+), 21 deletions(-)



More information about the gnucash-patches mailing list