fix whitespace, comment. no bug #.

This commit is contained in:
sspitzer%netscape.com 2002-09-14 15:09:26 +00:00
Родитель d3fbc32ae3
Коммит 6011902817
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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);

Просмотреть файл

@ -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>