From a05554f8ba2ae2cbb7ec34e031818a6b036dc807 Mon Sep 17 00:00:00 2001 From: "hwaara%chello.se" Date: Sat, 5 May 2001 01:32:31 +0000 Subject: [PATCH] #78984. Fixing so View|Message works again. r=ksosez, sr=sspitzer --- mailnews/base/resources/content/widgetglue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnews/base/resources/content/widgetglue.js b/mailnews/base/resources/content/widgetglue.js index 056ae53f5b09..0bb7ed5c1f61 100644 --- a/mailnews/base/resources/content/widgetglue.js +++ b/mailnews/base/resources/content/widgetglue.js @@ -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"); }