Changeset 10599 for trunk/Padre/lib/Padre/Task.pm
- Timestamp:
- 02/07/10 10:12:19 (2 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Task.pm (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Task.pm
r10575 r10599 153 153 return $self; 154 154 } 155 155 156 =head2 schedule 156 157 … … 165 166 SCOPE: { 166 167 my $event_hooks_initialized = 0; 168 167 169 sub schedule { 168 170 my $self = shift; 169 if ( not $event_hooks_initialized) {171 if ( not $event_hooks_initialized ) { 170 172 $event_hooks_initialized = 1; 171 173 my $main = Padre->ide->wx; … … 428 430 @_ = (); # hack to avoid "Scalars leaked" 429 431 my $main = $wx->main; 430 my $out = $main->output();432 my $out = $main->output(); 431 433 $main->show_output(1); 432 434 $out->style_neutral(); … … 440 442 @_ = (); # hack to avoid "Scalars leaked" 441 443 my $main = $wx->main; 442 my $out = $main->output();444 my $out = $main->output(); 443 445 $main->show_output(1); 444 446 $out->style_bad();
Note: See TracChangeset
for help on using the changeset viewer.
