Changeset 9629
- Timestamp:
- 12/12/09 05:15:36 (2 years ago)
- Location:
- trunk/Padre/lib/Padre
- Files:
-
- 4 edited
-
Action/Search.pm (modified) (1 diff)
-
Wx/Dialog/HelpSearch.pm (modified) (1 diff)
-
Wx/Dialog/OpenResource.pm (modified) (1 diff)
-
Wx/Main.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Action/Search.pm
r9469 r9629 165 165 #Create and show the dialog 166 166 my $open_resource_dialog = $_[0]->open_resource; 167 $open_resource_dialog->show It;167 $open_resource_dialog->show; 168 168 }, 169 169 ); -
trunk/Padre/lib/Padre/Wx/Dialog/HelpSearch.pm
r9510 r9629 245 245 # Focus on it if it shown or restart its state and show it if it is hidden. 246 246 # 247 sub show It{247 sub show { 248 248 my ( $self, $topic ) = @_; 249 249 -
trunk/Padre/lib/Padre/Wx/Dialog/OpenResource.pm
r9469 r9629 376 376 # Focus on it if it shown or restart its state and show it if it is hidden. 377 377 # 378 sub show It{378 sub show { 379 379 my $self = shift; 380 380 -
trunk/Padre/lib/Padre/Wx/Main.pm
r9626 r9629 404 404 $self->{help_search} = Padre::Wx::Dialog::HelpSearch->new($self); 405 405 } 406 $self->{help_search}->show It($topic);406 $self->{help_search}->show($topic); 407 407 } 408 408
Note: See TracChangeset
for help on using the changeset viewer.
