mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 02:00:37 +00:00
call performFindPanelAction: from performTextFinderAction:
This commit is contained in:
parent
889a1eb13b
commit
b242e3407a
1 changed files with 5 additions and 5 deletions
|
@ -115,15 +115,15 @@
|
|||
// Validating and performing
|
||||
- (void) performTextFinderAction: (id)sender
|
||||
{
|
||||
if (_finder == nil)
|
||||
{
|
||||
_finder = [[GSTextFinder alloc] init];
|
||||
}
|
||||
[self validateUserInterfaceAction: sender];
|
||||
[self performFindPanelAction: sender];
|
||||
}
|
||||
|
||||
- (void) performFindPanelAction: (id)sender
|
||||
{
|
||||
if (_finder == nil)
|
||||
{
|
||||
_finder = [[GSTextFinder alloc] init];
|
||||
}
|
||||
[self performAction: [sender tag]];
|
||||
[self validateUserInterfaceAction: sender];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue