gnucash maint: Bug 797853 - Crash on 'Save As' in MacOS Mojave and Gnucash 4

John Ralls jralls at code.gnucash.org
Fri Jul 10 18:54:21 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/edd7efd9 (commit)
	from  https://github.com/Gnucash/gnucash/commit/1f95d3a7 (commit)



commit edd7efd95165d7fef71f5757165712b87ddd82a8
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jul 10 15:52:31 2020 -0700

    Bug 797853 - Crash on 'Save As' in MacOS Mojave and Gnucash 4
    
    Check and handle null books throughout GnuCash. Tests are left alone
    because they should fail if there's no book.



Summary of changes:
 gnucash/gnome-utils/gnc-tree-view-account.c |  2 ++
 gnucash/gnome/dialog-invoice.c              |  6 ++++++
 gnucash/gnome/dialog-price-editor.c         |  8 +++++---
 gnucash/gnome/gnc-plugin-page-register.c    |  5 +++++
 gnucash/gnome/gnc-plugin-page-register2.c   |  5 +++++
 gnucash/gnome/top-level.c                   |  5 +++++
 libgnucash/engine/engine-helpers.c          | 11 +++++++----
 libgnucash/engine/qofbook.cpp               |  3 ++-
 8 files changed, 37 insertions(+), 8 deletions(-)



More information about the gnucash-patches mailing list