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:
smfr%smfr.org
2005-09-09 17:56:00 +00:00
parent 15f6c04488
commit dea7fb0ccc

View File

@@ -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