From d566a7dc31b106916c71865ffd2d7aa01a51abc3 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Thu, 19 May 2005 19:39:10 +0000 Subject: [PATCH] Bug #294580 --> changing accounts in folder pane doesn't change the account manager screen git-svn-id: svn://10.0.0.236/trunk@173590 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mail/base/content/mailWindow.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/mail/base/content/mailWindow.js b/mozilla/mail/base/content/mailWindow.js index 6c9a1054bea..70b53f76b6b 100644 --- a/mozilla/mail/base/content/mailWindow.js +++ b/mozilla/mail/base/content/mailWindow.js @@ -513,6 +513,9 @@ function loadStartPage() function ShowAccountCentral() { + if (document.getElementById("displayDeck").selectedPanel == accountCentralBox) + ShowingAccountCentral(); // force us to reload account central because the user has switched accounts + else document.getElementById("displayDeck").selectedPanel = accountCentralBox; }