Changeset 10387
- Timestamp:
- 01/30/10 18:44:12 (7 months ago)
- Files:
-
- 1 modified
-
trunk/Padre/lib/Padre/Wx/Main.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/Main.pm
r10364 r10387 1647 1647 sub show_functions { 1648 1648 my $self = shift; 1649 my $on = ( @_ ? ( $_[0] ? 1 : 0 ) : 1 ); 1649 my $on = ( @_ ? ( $_[0] ? 1 : 0 ) : 1 ); 1650 my $lock = $self->lock('UPDATE', 'refresh_functions'); 1650 1651 unless ( $on == $self->menu->view->{functions}->IsChecked ) { 1651 1652 $self->menu->view->{functions}->Check($on); 1652 1653 } 1654 1653 1655 $self->config->set( main_functions => $on ); 1654 $self->config->write;1655 1656 1656 $self->_show_functions($on); 1657 1658 $self->aui->Update;1659 1657 $self->ide->save_config; 1660 1658
