Changeset 9757
- Timestamp:
- 12/17/09 17:19:37 (9 months ago)
- Files:
-
- 1 modified
-
trunk/Padre/lib/Padre/Wx/FunctionList.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/FunctionList.pm
r9685 r9757 188 188 my $document = $current->document; 189 189 my $functions = $self->{functions}; 190 unless ( $document) {190 unless ( $document ) { 191 191 $functions->Clear; 192 192 $self->{search}->Hide; … … 207 207 if ( scalar @methods == 0 ) { 208 208 $functions->Clear; 209 $self->{search}->Hide;210 $self->{functions}->Hide;211 209 $self->{_methods} = []; 212 210 return;
