gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Sat Feb 7 09:30:48 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/7bddcd95 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/068fc356 (commit)
	from  https://github.com/Gnucash/gnucash/commit/ac63d3a1 (commit)



commit 7bddcd95b02c4e845ccd5f07f67bb9c20ab1e052
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Feb 3 13:53:15 2015 +0000

    Bug 743807 Stops critical error messages.
    
    As you type a date into the calendar widget it tries to make a GDate
    with the current year and month, if you are typing 31/ in February
    you get a critical error in the trace file. This patch adds a test
    for a valid date before proceeding.

commit 068fc3567d3a33cbe151e95807db21fea8803fee
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Feb 3 13:55:10 2015 +0000

    Bug 743807 Wrong date value being used.
    
    In get_filter_times, the start_date_today was being tested instead of
    the end_date_today, corrected. Also corrected the default option for
    end date to match start date.



Summary of changes:
 src/gnome-utils/dialog-utils.c                       | 4 ++++
 src/import-export/csv-exp/assistant-csv-export.c     | 2 +-
 src/import-export/csv-exp/assistant-csv-export.glade | 4 ++--
 3 files changed, 7 insertions(+), 3 deletions(-)



More information about the gnucash-patches mailing list