Changeset 11040


Ignore:
Timestamp:
03/10/10 01:32:31 (2 years ago)
Author:
Sewi
Message:

Perl tidy: Forgot one file, sorry

File:
1 edited

Legend:

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

    r11027 r11040  
    9696# communicate to the main thread over the life of a service. 
    9797our $SERVICE_POLL_EVENT : shared; 
     98 
    9899BEGIN { 
    99100    $SERVICE_POLL_EVENT = Wx::NewEventType; 
     
    149150        $REAP_TIMER = Wx::Timer->new( $main, $timerid ); 
    150151        Wx::Event::EVT_TIMER( 
    151             $main, $timerid, sub { 
     152            $main, $timerid, 
     153            sub { 
    152154                $SINGLETON->reap; 
    153155            }, 
Note: See TracChangeset for help on using the changeset viewer.