r18210 - gnucash/trunk/src/import-export/schemas - Fix bug 587436 – Make Bayesian Matching ON by default

Phil Longstaff plongstaff at code.gnucash.org
Tue Jul 14 18:26:10 EDT 2009


Author: plongstaff
Date: 2009-07-14 18:26:10 -0400 (Tue, 14 Jul 2009)
New Revision: 18210
Trac: http://svn.gnucash.org/trac/changeset/18210

Modified:
   gnucash/trunk/src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in
Log:
Fix bug 587436 – Make Bayesian Matching ON by default


Modified: gnucash/trunk/src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in
===================================================================
--- gnucash/trunk/src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in	2009-07-14 21:33:24 UTC (rev 18209)
+++ gnucash/trunk/src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in	2009-07-14 22:26:10 UTC (rev 18210)
@@ -70,7 +70,7 @@
       <applyto>/apps/gnucash/dialogs/import/generic_matcher/use_bayes</applyto>
       <owner>gnucash</owner>
       <type>bool</type>
-      <default>FALSE</default>
+      <default>TRUE</default>
       <locale name="C">
         <short>Use bayesian matching</short>
         <long>Enables bayesian matching when matching imported



More information about the gnucash-changes mailing list