gnucash maint: Minor tweaks to Bayesian feature flag

Geert Janssens gjanssens at code.gnucash.org
Thu Mar 10 09:31:09 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/71574b7d (commit)
	from  https://github.com/Gnucash/gnucash/commit/7003a561 (commit)



commit 71574b7dde5a81ba0cbd917db5ee1eefd64b8516
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Thu Mar 10 15:30:56 2016 +0100

    Minor tweaks to Bayesian feature flag
    
    - use shorter definition
    - set correctly understood as of 2.6.12 instead of 2.7.0

diff --git a/src/core-utils/gnc-features.c b/src/core-utils/gnc-features.c
index feb7758..e1f5ae9 100644
--- a/src/core-utils/gnc-features.c
+++ b/src/core-utils/gnc-features.c
@@ -44,7 +44,7 @@ static gncFeature known_features[] =
     { GNC_FEATURE_CREDIT_NOTES, "Customer and vendor credit notes (requires at least GnuCash 2.5.0)" },
     { GNC_FEATURE_NUM_FIELD_SOURCE, "User specifies source of 'num' field'; either transaction number or split action (requires at least GnuCash 2.5.0)" },
     { GNC_FEATURE_KVP_EXTRA_DATA, "Extra data for addresses, jobs or invoice entries (requires at least GnuCash 2.6.4)" },
-    { GNC_FEATURE_CHANGE_BAYESIAN, "Change the way Bayesian data is saved to use the Account Guid (requires at least GnuCash 2.7.0)" },
+    { GNC_FEATURE_GUID_BAYESIAN, "Use account GUID as key for Bayesian data (requires at least GnuCash 2.6.12)" },
     { NULL },
 };
 
diff --git a/src/core-utils/gnc-features.h b/src/core-utils/gnc-features.h
index 8212544..ba691c7 100644
--- a/src/core-utils/gnc-features.h
+++ b/src/core-utils/gnc-features.h
@@ -44,7 +44,7 @@
 #define GNC_FEATURE_CREDIT_NOTES "Credit Notes"
 #define GNC_FEATURE_NUM_FIELD_SOURCE "Number Field Source"
 #define GNC_FEATURE_KVP_EXTRA_DATA "Extra data in addresses, jobs or invoice entries"
-#define GNC_FEATURE_CHANGE_BAYESIAN "Change the way Bayesian data is saved to use Guid"
+#define GNC_FEATURE_GUID_BAYESIAN "Account GUID based Bayesian data"
 
 /** @} */
 



Summary of changes:
 src/core-utils/gnc-features.c | 2 +-
 src/core-utils/gnc-features.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list