gnucash maint: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Thu Nov 24 06:27:13 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/59d95a4c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/80f11014 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f93da32d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1554ec6c (commit)
	from  https://github.com/Gnucash/gnucash/commit/f13cfa21 (commit)



commit 59d95a4ce6332442d57c70dab4e4bac30408f8d5
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Nov 24 11:16:01 2022 +0000

    Bug 798545 - Crash when updating document link on vendor bill
    
    There were two issues here, the first one was that the copied doclink
    was pointing to the original doclink which lead to a double-free. The
    second is the setting of the doclink on the copied invoice needs to be
    done with gncInvoiceSetDocLink otherwise on closure the doclink value
    will disappear.

commit 80f1101447557c50b6e987b69dd6f04b7398b564
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Nov 24 10:12:29 2022 +0000

    Bug 760274 - The Statusbar "forgets" when register doesn't have focus
    
    Only update the status bar if the current page is the same as the
    register page.

commit f93da32dfcb800cda8e618f48d483d6614b52d75
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Nov 24 10:02:28 2022 +0000

    Add missing gtk_tree_path_free to gnucash-item-list.c

commit 1554ec6c0f1d407b4a0968f1d68ae2a9570b7fdd
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Nov 24 10:01:43 2022 +0000

    Add missing gtk_tree_path_free to gnc-plugin-budget.c



Summary of changes:
 gnucash/gnome/gnc-plugin-budget.c                   | 6 +++++-
 gnucash/gnome/gnc-plugin-page-register.c            | 5 +++++
 gnucash/register/register-gnome/gnucash-item-list.c | 4 ++--
 libgnucash/engine/gncInvoice.c                      | 5 ++++-
 4 files changed, 16 insertions(+), 4 deletions(-)



More information about the gnucash-patches mailing list