gnucash maint: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Fri Jun 28 09:13:05 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/cdf348df (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a4bbaf96 (commit)
	from  https://github.com/Gnucash/gnucash/commit/d5c3b4af (commit)



commit cdf348df248ea9fc23bb8f1ccf55b71c1821e0f5
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Jun 28 14:06:35 2019 +0100

    Check for a blank line on the transaction importer
    
    If you have some blank lines, just newlines at the end of file and you
    have an account column and do not remove them you will get an error
    advising that there is no account column selected or account specified
    so this change removes them from being parsed.

commit a4bbaf968f809f690cd1163ca7fc7619cbebc014
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Jun 28 14:03:44 2019 +0100

    Fix an error in my previous double-click fix
    
    Th gboolean first needs to be setup as a pointer but have left
    is_selected as a gboolean.



Summary of changes:
 gnucash/import-export/csv-imp/gnc-import-tx.cpp |  9 ++++---
 gnucash/import-export/import-main-matcher.c     | 33 +++++++++++++------------
 2 files changed, 22 insertions(+), 20 deletions(-)



More information about the gnucash-patches mailing list