fix 267486 auth nntp doesn't work with subscribe UI (same would be true for imap), sr=mscott

This commit is contained in:
bienvenu%nventure.com 2004-12-01 18:52:53 +00:00
Родитель feb1de1832
Коммит dce0a897b6
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -185,6 +185,7 @@ function SubscribeOnLoad()
msgWindow = Components.classes[msgWindowContractID].createInstance(Components.interfaces.nsIMsgWindow);
msgWindow.statusFeedback = gStatusFeedback;
msgWindow.SetDOMWindow(window);
msgWindow.rootDocShell.allowAuth = true;
// look in arguments[0] for parameters
if (window.arguments && window.arguments[0]) {

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

@ -187,6 +187,7 @@ function SubscribeOnLoad()
msgWindow = Components.classes[msgWindowContractID].createInstance(Components.interfaces.nsIMsgWindow);
msgWindow.statusFeedback = gStatusFeedback;
msgWindow.SetDOMWindow(window);
msgWindow.rootDocShell.allowAuth = true;
// look in arguments[0] for parameters
if (window.arguments && window.arguments[0]) {