gnucash maint: Fix typo in guile variable names in 1373233cd

Christopher Lam clam at code.gnucash.org
Sun Mar 20 00:10:33 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/189db58e (commit)
	from  https://github.com/Gnucash/gnucash/commit/5388cc8e (commit)



commit 189db58e695c090b410a3f2fcbaeff090344a7fc
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Mar 20 12:08:41 2022 +0800

    Fix typo in guile variable names in 1373233cd

diff --git a/bindings/guile/engine.scm b/bindings/guile/engine.scm
index 76be35339..2997189cb 100644
--- a/bindings/guile/engine.scm
+++ b/bindings/guile/engine.scm
@@ -37,8 +37,8 @@
 (export account-full-name<?)
 (export accounts-get-children-depth)
 
-(define-public GNC_COMMODITY_NS_CURRENCY "CURRENCY")
-(define-public GNC_COMMODITY_NS_NONCURRENCY (gettext "ALL NON-CURRENCY"))
+(define-public GNC-COMMODITY-NS-CURRENCY "CURRENCY")
+(define-public GNC-COMMODITY-NS-NONCURRENCY (gettext "ALL NON-CURRENCY"))
 
 (define (gnc-pricedb-lookup-latest-before-t64 . args)
   (issue-deprecation-warning "gnc-pricedb-lookup-latest-before-t64 has been renamed to gnc-pricedb-lookup-nearest-before-t64")



Summary of changes:
 bindings/guile/engine.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list