Changeset 3295


Ignore:
Timestamp:
03/12/09 08:22:16 (3 years ago)
Author:
jquelin
Message:

ppi_highlight defaults to 0, not 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Config.pm

    r3294 r3295  
    108108    [ 'find_nohidden',            $BOOLEAN, 1        ], 
    109109    [ 'find_quick',               $BOOLEAN, 0        ], 
    110     [ 'ppi_highlight',            $BOOLEAN, 1        ], 
     110    [ 'ppi_highlight',            $BOOLEAN, 0        ], 
    111111    [ 'ppi_highlight_limit',      $POSINT,  2000     ], 
    112112     
Note: See TracChangeset for help on using the changeset viewer.