gnucash maint: [gnc-budget-view] initialize totals_col_list in reverse

Christopher Lam clam at code.gnucash.org
Wed Sep 22 09:09:19 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/94f6d11e (commit)
	from  https://github.com/Gnucash/gnucash/commit/c0736a1a (commit)



commit 94f6d11e3d067fba855dce83429decd2264039f2
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Sep 22 20:21:13 2021 +0800

    [gnc-budget-view] initialize totals_col_list in reverse
    
    b2b879211 had modified totals_cols_list from g_list_append to
    g_list_prepend and g_list_reverse. this assumed that it was already
    initialized in reverse. this commit fixes it to ensure
    gnc_budget_view_refresh is processing the reversed totals_col_list.



Summary of changes:
 gnucash/gnome/gnc-budget-view.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-patches mailing list