gnucash master: Bug 798749 - Fails to read gsettings on startup

Geert Janssens gjanssens at code.gnucash.org
Thu Feb 16 16:41:01 EST 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/286e1afa (commit)
	from  https://github.com/Gnucash/gnucash/commit/ec6d38ae (commit)



commit 286e1afa41842c42a0f80e70f2c022ec97f3b7ea
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Feb 16 17:45:06 2023 +0100

    Bug 798749 - Fails to read gsettings on startup
    
    Only cache GSettings objects we need to keep
    track of callback functions.
    This means a bit more overhead per GSettings
    interaction, but as typical interactions are
    only a few objects at once at best, this
    overhead is unnoticeable.



Summary of changes:
 libgnucash/app-utils/gnc-gsettings.cpp | 237 ++++++++++++++++++++-------------
 1 file changed, 144 insertions(+), 93 deletions(-)



More information about the gnucash-patches mailing list