Bug 352768: don't forget to parse searchForm on Sherlock plugins, r=mconnor

This commit is contained in:
gavin%gavinsharp.com 2006-09-15 02:37:45 +00:00
Родитель 3c8fe5d067
Коммит 31d2a7c7fa
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1806,6 +1806,7 @@ Engine.prototype = {
this._description = searchSection["description"] || "";
this._queryCharset = searchSection["querycharset"] ||
queryCharsetFromCode(searchSection["queryencoding"]);
this._searchForm = searchSection["searchform"];
this._updateInterval = parseInt(browserSection["updatecheckdays"]);