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 2000-05-24 22:52:39 +00:00
parent 3b1b7c48ee
commit 9be6adf6d5
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-editor.css" type="text/css"?>

View File

@ -629,7 +629,7 @@ function doSearch()
}
else {
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];
debug("*** the current URI is = " + checkbox.getAttribute("id") + "\n");