code cleanup. remove viewLog.css, not needed.

This commit is contained in:
sspitzer%netscape.com 2002-09-19 05:18:14 +00:00
parent e7549fdd24
commit c6b669a374
2 changed files with 5 additions and 4 deletions

View File

@ -294,7 +294,8 @@ function getFirstItemByTag(root, tag)
return null;
}
function selectFolder(folder) {
function selectFolder(folder)
{
var folderURI;
if (!folder) {
// walk folders to find first item
@ -306,8 +307,8 @@ function selectFolder(folder) {
updateSearchFolderPicker(folderURI);
}
function updateSearchFolderPicker(folderURI) {
function updateSearchFolderPicker(folderURI)
{
SetFolderPicker(folderURI, gFolderPicker.id);
// use the URI to get the real folder

View File

@ -20,7 +20,7 @@ Communications Corporation. Portions created by Netscape are
Rights Reserved.
-->
<?xml-stylesheet href="chrome://messenger/skin/viewLog.css" type="text/css"?>
<?xml-stylesheet href="chrome://messenger/skin/messenger.css" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://messenger/locale/viewLog.dtd">