Revert previous change to re-enable the search service (bug 330887)

This commit is contained in:
gavin%gavinsharp.com 2006-03-19 06:54:29 +00:00
Родитель b90e7c50e0
Коммит 2315cb36b6
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -1727,7 +1727,6 @@ 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);