gnucash stable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Thu Dec 12 17:23:17 EST 2024


Updated	 via  https://github.com/Gnucash/gnucash/commit/3fcb45eb (commit)
	 via  https://github.com/Gnucash/gnucash/commit/77a95b2d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8331f998 (commit)
	from  https://github.com/Gnucash/gnucash/commit/81e11f70 (commit)



commit 3fcb45eb355b96cbe2179182cc8ff7512d30eb30
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Dec 12 14:22:02 2024 -0800

    Bug 799458 - Crash attempting to edit a scheduled transaction
    
    Caused by arbitrarily casting a random GtkBox to GncMainWindow. Get
    the GtkBox's parent main window instead.

commit 77a95b2d498051086b8b77bb4b08395fc03df04f
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Dec 12 14:21:29 2024 -0800

    Silence compile warning with a cast.

commit 8331f9988652582fc48e12cd4ad8dbd32c74d07e
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Dec 12 14:20:25 2024 -0800

    Make struct GtkMainWindow private with accessor for just_plugin_prefs.



Summary of changes:
 gnucash/gnome-utils/gnc-main-window.cpp         | 14 +++++++++++++-
 gnucash/gnome-utils/gnc-main-window.h           |  9 +++------
 gnucash/gnome-utils/gnc-plugin-menu-additions.c |  2 +-
 gnucash/gnome-utils/gnc-plugin-page.c           |  3 ++-
 gnucash/gnome-utils/gnc-plugin.c                |  2 +-
 libgnucash/engine/qofquery.cpp                  |  2 +-
 6 files changed, 21 insertions(+), 11 deletions(-)



More information about the gnucash-patches mailing list