This commit is contained in:
tbogard%aol.net 2000-03-11 11:11:42 +00:00
Родитель 1ea48147d3
Коммит a45f747cab
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -321,8 +321,8 @@ nsMessenger::SetWindow(nsIDOMWindow *aWin, nsIMsgWindow *aMsgWindow)
m_docLoaderObserver = do_QueryInterface(aStatusFeedback);
if (aStatusFeedback)
aStatusFeedback->SetWebShell(mWebShell, mWindow);
nsCOMPtr<nsIDocShell> docShell(do_QueryInterface(mWebShell));
docShell->SetDocLoaderObserver(m_docLoaderObserver);
nsCOMPtr<nsIDocShell> childDocShell(do_QueryInterface(mWebShell));
childDocShell->SetDocLoaderObserver(m_docLoaderObserver);
NS_WITH_SERVICE(nsIMsgMailSession, mailSession, kCMsgMailSessionCID, &rv);
if(NS_SUCCEEDED(rv))
mailSession->SetTemporaryMsgWindow(aMsgWindow);