Bug 333920: convertSherlockFile needs to set ._type, r=mconnor

This commit is contained in:
gavin%gavinsharp.com 2006-06-20 02:53:47 +00:00
Родитель b76b62a76c
Коммит cd6e396b42
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -2088,6 +2088,9 @@ SearchService.prototype = {
// Write the converted engine to disk
aEngine._serializeToFile();
// Update the engine's _type.
aEngine._type = SEARCH_TYPE_MOZSEARCH;
// See if it has a corresponding icon
try {
var icon = this._findSherlockIcon(aEngine._file, aBaseName);