From 99470e25ac5d753762368eb608caac6add8bbd2e Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Wed, 11 Oct 2006 06:38:09 +0000 Subject: [PATCH] Bug #356237 --> multiple 3-pane windows bring up the default client dialog. sr=bienvenu --- mail/base/content/msgMail3PaneWindow.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/base/content/msgMail3PaneWindow.js b/mail/base/content/msgMail3PaneWindow.js index 016455c4d7f..d9a37d8ee68 100644 --- a/mail/base/content/msgMail3PaneWindow.js +++ b/mail/base/content/msgMail3PaneWindow.js @@ -872,8 +872,8 @@ function delayedOnLoadMessenger() // if we should check for the default client, // and we aren't already the default for all of our recognized types (mail, news, rss) if (accountManager.defaultAccount && shellService.shouldCheckDefaultClient - && !shellService.isDefaultClient(false, nsIShellService.MAIL | nsIShellService.NEWS | nsIShellService.RSS)) - window.openDialog("chrome://messenger/content/defaultClientDialog.xul", "Default Client", + && !shellService.isDefaultClient(true, nsIShellService.MAIL | nsIShellService.NEWS | nsIShellService.RSS)) + window.openDialog("chrome://messenger/content/defaultClientDialog.xul", "DefaultClient", "modal,centerscreen,chrome,resizable=no"); #endif