fix for bug#73672;Msgpane collapse not reloading messages;r=putterman;sr=mscott;

This commit is contained in:
varada%netscape.com 2001-04-16 20:08:13 +00:00
Родитель fd0c085b23
Коммит ee80bbe47a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -673,7 +673,7 @@ function OnClickThreadAndMessagePaneSplitter()
// the splitter if collapsed is true
if (gDBView)
{
if (collapsed)
if (!collapsed)
gDBView.supressMsgDisplay = true;
else
gDBView.supressMsgDisplay = false;