add call to StopUrls when closing msg window bug 66795 r=naving, sr=mscott

This commit is contained in:
bienvenu%netscape.com 2001-05-16 23:52:05 +00:00
parent 23cc24c343
commit 3d591d3a58

View File

@ -146,6 +146,8 @@ NS_IMETHODIMP nsMsgWindow::CloseWindow()
if (mStatusFeedback)
mStatusFeedback->CloseWindow();
StopUrls();
nsCOMPtr<nsIDocShell> rootShell(do_QueryReferent(mRootDocShellWeak));
if(rootShell)