Ignore:
Timestamp:
02/08/10 02:23:11 (2 years ago)
Author:
adamk
Message:

Added support for --reset to flush and reset the configuration to defaults, because the Swarm plugin is instantly segfaulting Padre at startup and I didn't want to have to keep resetting the configuration by hand all the time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Plugin/PopularityContest.pm

    r10436 r10615  
    229229 
    230230    # Versioning information 
    231     my $revision = Padre::Constant::PADRE_REVISION; 
     231    require Padre::Util::SVN; 
     232    my $revision = Padre::Util::SVN::padre_revision(); 
    232233    if ( defined $revision ) { 
    233234 
Note: See TracChangeset for help on using the changeset viewer.