Fix bug 160008: make keyword lookups happen from the location sheet. patch by Ulrik Sverdrup, r=me, sr=pinkerton.
git-svn-id: svn://10.0.0.236/trunk@179915 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1560,7 +1560,7 @@ enum BWCOpenDest {
|
||||
{
|
||||
[mLocationSheetWindow close]; // assumes it's not released on close
|
||||
[NSApp endSheet:mLocationSheetWindow returnCode:1];
|
||||
[self loadURL:[mLocationSheetURLField stringValue] referrer:nil activate:YES allowPopups:NO];
|
||||
[self goToLocationFromToolbarURLField:mLocationSheetURLField];
|
||||
}
|
||||
|
||||
- (IBAction)cancelLocationSheet:(id)sender
|
||||
|
||||
Reference in New Issue
Block a user