gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Thu Mar 19 20:54:58 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/af298a2e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5a69ff23 (commit)
	from  https://github.com/Gnucash/gnucash/commit/2c956225 (commit)



commit af298a2e38f801db16969624d018a7a5c3303151
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Mar 19 17:43:23 2020 -0700

    Fix crash when changing account-separator.
    
    Unregister the handler from the same scheme in which it was registered,
    otherwise zombie handlers get called, and crash.

commit 5a69ff2315d72fd38e17a9be82ad1456494f3f03
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Mar 19 15:48:38 2020 -0700

    Fix crash on completion of OFX download.
    
    gtk_grid_remove_row has already destroyed the box so attempting
    to gtk_widget_destroy it can lead to a crash.



Summary of changes:
 gnucash/gnome-utils/account-quickfill.c  | 2 +-
 gnucash/import-export/aqb/gnc-gwen-gui.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-patches mailing list