Bug 695482 - Open 'Search Google for <selection>' in the foreground. r=gavin ui-r=limi

This commit is contained in:
Frank Yan 2011-10-19 00:32:08 -04:00
Родитель e7195dafa1
Коммит 2c94bfe214
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -3430,6 +3430,7 @@ const BrowserSearch = {
openLinkIn(submission.uri.spec,
useNewTab ? "tab" : "current",
{ postData: submission.postData,
inBackground: false,
relatedToCurrent: true });
},