Bug #356237 --> multiple 3-pane windows bring up the default client dialog. sr=bienvenu

This commit is contained in:
scott%scott-macgregor.org 2006-10-11 06:38:09 +00:00
Родитель 042ddff42a
Коммит 10f0886646
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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