11
11
Bug-Ubuntu: https://launchpad.net/bugs/1791789
15
15
@@ -3267,7 +3267,7 @@ SearchService.prototype = {
17
17
let file = Cc["@mozilla.org/file/local;1"].createInstance(Ci.nsIFile);
18
18
file.initWithPath(osfile.path);
19
19
- addedEngine = new Engine(file, false);
20
20
+ addedEngine = new Engine(file, true);
22
22
engines.push(addedEngine);