last change wasn't so necessary

This commit is contained in:
pinkerton%aol.net 2004-03-26 02:50:33 +00:00
Родитель 6ecb1ea7d3
Коммит c5acad4823
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)];