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

Derek Atkins warlord at MIT.EDU
Tue Jul 14 19:37:51 EDT 2009


As I said in the bug report, this patch isn't the right way.   Values
default to 'FALSE' if the schema files don't exist, so we should change
the sense of the option so that it defaults to FALSE.

-derek

Quoting Phil Longstaff <plongstaff at code.gnucash.org>:

> 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
>
> _______________________________________________
> gnucash-changes mailing list
> gnucash-changes at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-changes
>



-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available



More information about the gnucash-devel mailing list