#78984. Fixing so View|Message works again. r=ksosez, sr=sspitzer

This commit is contained in:
hwaara%chello.se 2001-05-05 01:32:31 +00:00
parent 337a63a0d5
commit a05554f8ba

View File

@ -255,7 +255,7 @@ function FolderProperties(name, uri)
function MsgToggleMessagePane()
{
//OnClickThreadAndMessagePaneSplitter is based on the value before the splitter is toggled.
OnClickThreadAndMessagePaneSplitter();
OnClickThreadAndMessagePaneSplitterGrippy();
MsgToggleSplitter("threadpane-splitter");
}