Bug 530846: addEngine confirmation dialog shouldn't offer to "use this engine now", r=mfinkle

--HG--
extra : rebase_source : 7a6543c0d1d1bbcc029871e0099fe49e5ba23aba
This commit is contained in:
Gavin Sharp 2009-11-25 12:54:06 -05:00
Родитель ce60870f68
Коммит 1c9f17e8b2
1 изменённых файлов: 7 добавлений и 3 удалений

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

@ -228,6 +228,13 @@ pref("browser.search.updateinterval", 6);
// enable search suggestions by default
pref("browser.search.suggest.enabled", true);
// Tell the search service to load search plugins from the locale JAR
pref("browser.search.loadFromJars", true);
pref("browser.search.jarURIs", "chrome://browser/locale/searchplugins/");
// tell the search service that we don't really expose the "current engine"
pref("browser.search.noCurrentEngine", true);
// enable xul error pages
pref("browser.xul.error_pages.enabled", true);
@ -401,6 +408,3 @@ pref("ui.window", "#efebe7");
pref("ui.windowtext", "#101010");
pref("ui.windowframe", "#efebe7");
// Tell the search service to load search plugins from the locale JAR
pref("browser.search.loadFromJars", true);
pref("browser.search.jarURIs", "chrome://browser/locale/searchplugins/");