зеркало из https://github.com/mozilla/gecko-dev.git
Bug 333920: convertSherlockFile needs to set ._type, r=mconnor
This commit is contained in:
Родитель
b76b62a76c
Коммит
cd6e396b42
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче