gnucash master: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Tue Feb 21 05:18:05 EST 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/d6514a47 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d4820a25 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b59bf0b6 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a84f191e (commit)



commit d6514a47f24e86c374625963451c37cbaf8d49a7
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Feb 21 10:11:25 2023 +0000

    Windows build failure, variable set but not used
    
    With the introduction of using -Werror=unused-but-set-variable, a
    variable in strptime.c was defined but no used.
    
    Moved to be included in #ifdef _NL_CURRENT as that is where it is used.

commit d4820a25a47b50491dee2337e8682ef73e586e79
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Feb 21 10:04:05 2023 +0000

    Sort the gnc tree view column menu

commit b59bf0b6335e28a638608ec2581d6fc02fb12031
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Feb 21 09:52:11 2023 +0000

    Delete action on account page not disabled on edits
    
    When the notes or description cells are edited, the toolbar delete
    account action was not being disabled and so when you tried to deleted
    some text the account was deleted instead.
    
    Fixed by specifying correct action group and using it.



Summary of changes:
 borrowed/libc/strptime.c                     |  5 ++---
 gnucash/gnome-utils/gnc-main-window.cpp      |  3 ++-
 gnucash/gnome-utils/gnc-tree-view.c          | 17 +++++++++++++++++
 gnucash/gnome/gnc-plugin-page-account-tree.c | 12 ++++++------
 4 files changed, 27 insertions(+), 10 deletions(-)



More information about the gnucash-patches mailing list