Changeset 2160


Ignore:
Timestamp:
12/22/08 09:36:14 (3 years ago)
Author:
tsee
Message:

fix issue with taskmanager when running without threading

File:
1 edited

Legend:

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

    r2159 r2160  
    198198        $self->task_queue->enqueue( $string ); 
    199199        $self->task_queue->enqueue( "STOP" ); 
    200         worker_loop( Padre->ide->wx->main_window, $self ); 
     200        worker_loop( Padre->ide->wx->main_window, $self->task_queue ); 
    201201    } 
    202202 
Note: See TracChangeset for help on using the changeset viewer.