Changeset 489


Ignore:
Timestamp:
10/26/08 06:59:53 (3 years ago)
Author:
szabgab
Message:

cleanup in the show_output function

File:
1 edited

Legend:

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

    r488 r489  
    11361136sub show_output { 
    11371137    my $self = shift; 
    1138  
    1139     my $on   = @_ ? $_[0] ? 1 : 0 : $self->{menu}->{view_output}->IsChecked; 
    1140     return if Padre::Util::WIN32 and not $on; 
     1138    my $on   = shift; 
     1139 
     1140#   return if Padre::Util::WIN32 and not $on; 
    11411141 
    11421142    my $config = Padre->ide->config; 
Note: See TracChangeset for help on using the changeset viewer.