gnucash maint: Bug 756335 - When importing, date selection causes exit crash

John Ralls jralls at code.gnucash.org
Tue Dec 29 18:05:30 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/02ecb147 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f1edd4e2 (commit)



commit 02ecb14705032daa401b7554318eeb15a1fe6284
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Dec 29 15:04:28 2015 -0800

    Bug 756335 - When importing, date selection causes exit crash
    
    Corrects 2f2d1d9 and reverts 7aa9b98 to correctly prevent the second
    crash from the bug. Also moves the re-parse of the dates from
    gnc_ui_qif_import_date_valid_cb to gnc_ui_qif_import_account_prepare so
    that it happens after the "forward" button on the date format page is
    clicked instead of after the first time the combo box is used, allowing
    the user to change her mind and have it work.



Summary of changes:
 src/import-export/qif-imp/assistant-qif-import.c | 36 ++++++++++++++----------
 src/import-export/qif-imp/qif-file.scm           |  2 +-
 src/import-export/qif-imp/qif-parse.scm          |  2 +-
 3 files changed, 23 insertions(+), 17 deletions(-)



More information about the gnucash-patches mailing list