gnucash stable: typo in last commit

Christopher Lam clam at code.gnucash.org
Sat Jun 3 20:35:45 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/4beb382c (commit)
	from  https://github.com/Gnucash/gnucash/commit/d47230a4 (commit)



commit 4beb382c16e2ef53b47fc9a36368195dc570e115
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Jun 4 08:33:14 2023 +0800

    typo in last commit

diff --git a/gnucash/gnome/gnc-plugin-page-budget.c b/gnucash/gnome/gnc-plugin-page-budget.c
index 0c93bd3c02..2e0ac3d8d3 100644
--- a/gnucash/gnome/gnc-plugin-page-budget.c
+++ b/gnucash/gnome/gnc-plugin-page-budget.c
@@ -1111,7 +1111,7 @@ allperiods_budget_helper (GtkTreeModel *model, GtkTreePath *path,
     allvalue = priv->allValue;
 
     if (gnc_reverse_balance (acct))
-        allvalue = gnc_numeric_neg (priv->allValueallvalue);
+        allvalue = gnc_numeric_neg (allvalue);
 
     for (i = 0; i < num_periods; i++)
     {



Summary of changes:
 gnucash/gnome/gnc-plugin-page-budget.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list