fix whitespace, comment. no bug #.

This commit is contained in:
sspitzer%netscape.com 2002-09-14 15:09:26 +00:00
parent 8693147da9
commit f5f89a133b
2 changed files with 4 additions and 4 deletions

View File

@ -55,9 +55,9 @@ var FolderPaneController =
case "cmd_selectAll":
// the folder pane (currently)
// only handles single selection
// so we forward select all to the thread pane
// if there is no DBView
// don't bother sending to the thread pane
// so we forward cmd_selectAll to the thread pane
// if there is no gDBView,
// don't bother sending the command to the thread pane
// this can happen when we've selected a server
// and account central is displayed
return (gDBView != null);

View File

@ -155,7 +155,7 @@ Rights Reserved.
<vbox id="folderPaneBox" flex="1" autostretch="always" persist="width">
<tree id="folderTree" flex="1" style="width:0px;" context="folderPaneContext" persist="collapsed width height"/>
</vbox>
<splitter id="gray_vertical_splitter" collapse="before" persist="state">
<splitter id="gray_vertical_splitter" collapse="before" persist="state">
<grippy/>
</splitter>