mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
last change wasn't so necessary
This commit is contained in:
parent
f83f71634c
commit
8f3d1db2cd
@ -867,7 +867,7 @@ static NSArray* sToolbarDefaults = nil;
|
||||
[toolbarItem setMinSize:NSMakeSize(128, NSHeight([mSearchBar frame]))];
|
||||
[toolbarItem setMaxSize:NSMakeSize(150, NSHeight([mSearchBar frame]))];
|
||||
[toolbarItem setTarget:self];
|
||||
[toolbarItem setAction:@selector(performAppropriateSearchAction:)];
|
||||
[toolbarItem setAction:@selector(performSearch:)];
|
||||
|
||||
[menuFormRep setTarget:self];
|
||||
[menuFormRep setAction:@selector(beginSearchSheet)];
|
||||
|
Loading…
x
Reference in New Issue
Block a user