fix searching from the search sidebar. fix css for Customize dialog. r=rjc,waterson a=waterson,brendan

This commit is contained in:
blizzard%redhat.com 2006-07-27 14:50:50 +00:00
parent bbbed0355a
commit 5df1b71846
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
--> -->
<?xml-stylesheet href="chrome://communicator/skin/search/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/search/search.css" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/search/search.css" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/search/search-editor.css" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/search/search-editor.css" type="text/css"?>

View File

@ -629,7 +629,7 @@ function doSearch()
} }
else { else {
debug("*** multiple search engines present, selecting the netscape search engine\n"); debug("*** multiple search engines present, selecting the netscape search engine\n");
for( var i = 0; i < engineBoxchildNodes.length; i++ ) for( var i = 0; i < engineBox.childNodes.length; i++ )
{ {
var checkbox = engineBox.childNodes[i]; var checkbox = engineBox.childNodes[i];
debug("*** the current URI is = " + checkbox.getAttribute("id") + "\n"); debug("*** the current URI is = " + checkbox.getAttribute("id") + "\n");