Bug 330887: second try at disabling the search service to see impact on Ts

This commit is contained in:
gavin%gavinsharp.com 2006-03-19 04:46:26 +00:00
Родитель fc07362a19
Коммит ff573ff406
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1727,6 +1727,7 @@ SearchService.prototype = {
try {
switch (fileExtension) {
case XML_FILE_EXT:
continue;
// Create a new engine object, readonly if it's not in the profile
addedEngine = new Engine(file, Ci.nsISearchEngine.DATA_XML,
!isWritable);