From a20e61988d8b071a4137e34e429d21a6d3efaa33 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Fri, 23 Feb 2007 07:26:02 +0000 Subject: [PATCH] remove windows line endings git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@220808 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mail/base/content/mailWindow.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/mail/base/content/mailWindow.js b/mozilla/mail/base/content/mailWindow.js index 910ca672766..0c1f8ec4d00 100644 --- a/mozilla/mail/base/content/mailWindow.js +++ b/mozilla/mail/base/content/mailWindow.js @@ -584,8 +584,8 @@ function ShowingThreadPane() var threadPaneSplitter = document.getElementById("threadpane-splitter"); threadPaneSplitter.collapsed = false; GetMessagePane().collapsed = (threadPaneSplitter.getAttribute("state") == "collapsed"); - // XXX We need to force the tree to refresh its new height - // so that it will correctly scroll to the newest message + // XXX We need to force the tree to refresh its new height + // so that it will correctly scroll to the newest message GetThreadTree().boxObject.height; document.getElementById("key_toggleMessagePane").removeAttribute("disabled"); }