gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Wed Jan 5 20:22:27 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/91d3720d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8cef481e (commit)
	from  https://github.com/Gnucash/gnucash/commit/d7e20997 (commit)



commit 91d3720dacc9727ba5dba332b9a30d02e7e1306b
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Jan 6 09:10:25 2022 +0800

    [gnc-plugin-page-budget.glade] GtkCheckButton has label
    
    Instead of a separate adjacent GtkLabel. This will ensure the
    GtkCheckBox box is easier to click.

commit 8cef481e1153c39ce53aac820f0729f8c81255e0
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Jan 6 09:14:37 2022 +0800

    [gnc-budget-view.c] avoid O(N^2) GList access in forloops
    
    Iterate on GList elements directly



Summary of changes:
 gnucash/gnome/gnc-budget-view.c                 | 57 +++++++++----------------
 gnucash/gtkbuilder/gnc-plugin-page-budget.glade | 26 +----------
 2 files changed, 21 insertions(+), 62 deletions(-)



More information about the gnucash-patches mailing list