mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
fix searching from the search sidebar. fix css for Customize dialog. r=rjc,waterson a=waterson,brendan
This commit is contained in:
parent
bbbed0355a
commit
5df1b71846
@ -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"?>
|
||||
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user