Ignore:
Timestamp:
12/17/09 22:32:25 (2 years ago)
Author:
azawawi
Message:

Updates Changes and performed a Perl tidy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Wx/Main.pm

    r9762 r9764  
    147147    # NOTE: If changing the directory fails, ignore errors for now, 
    148148    #       since that means we have WAY bigger problems. 
    149     if ( Padre::Constant::WIN32 ) { 
     149    if (Padre::Constant::WIN32) { 
    150150        chdir( File::HomeDir->my_home ); 
    151151    } 
     
    684684 
    685685sub lock { 
    686     shift->locker->lock( @_ ); 
     686    shift->locker->lock(@_); 
    687687} 
    688688 
Note: See TracChangeset for help on using the changeset viewer.