Bug 225490 - netscape search plugin no longer functioning.

patch by timeless, r=caillon, sr=alecf, a=tor
This commit is contained in:
tor%cs.brown.edu 2006-07-27 14:57:43 +00:00
parent cb01d48e60
commit 2c86d931c8

View File

@ -717,7 +717,7 @@ function onNavWindowLoad() {
for (var i = 0; i < engineBox.childNodes.length; ++i) {
itemNode = engineBox.childNodes[i];
var theID = itemNode.id;
if (theID.indexOf("NetscapeSearch.src") != -1) {
if (theID.indexOf("google.src") != -1) {
engineURIs[engineURIs.length] = theID;
foundEngine = true;
break;