gnucash maint: Bug 784420 - "Save changes on closing" window waits 2^32 seconds when...

John Ralls jralls at code.gnucash.org
Thu Sep 20 20:19:09 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/39575f22 (commit)
	from  https://github.com/Gnucash/gnucash/commit/77fb01db (commit)



commit 39575f22727dcf1bfe5b5ffd56b28e855e551742
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Sep 20 17:04:25 2018 -0700

    Bug 784420 - "Save changes on closing" window waits 2^32 seconds when...
    
    "Time to wait for answer" is set 0.
    
    Set minimum value of 1 for the save_on_close_adj.
    Disable the associated spinner if the timeout is disabled.
    Protect secs_to_save from rolling over if it's already 0.



Summary of changes:
 gnucash/gnome-utils/dialog-preferences.c    | 21 ++++++++++++++++++++-
 gnucash/gnome-utils/gnc-main-window.c       |  4 +++-
 gnucash/gtkbuilder/dialog-preferences.glade |  2 ++
 3 files changed, 25 insertions(+), 2 deletions(-)



More information about the gnucash-patches mailing list