bug #62955 - Dialog boxes are the wrong size.

git-svn-id: svn://10.0.0.236/trunk@84034 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts%netscape.com
2000-12-23 06:07:38 +00:00
parent 82f51032b6
commit a63a689198

View File

@@ -712,7 +712,17 @@ void nsDocLoaderImpl::doStopDocumentLoad(nsIChannel* aChannel,
FireOnStateChange(this,
aChannel,
nsIWebProgressListener::STATE_STOP |
nsIWebProgressListener::STATE_IS_DOCUMENT |
nsIWebProgressListener::STATE_IS_DOCUMENT,
aStatus);
//
// Fire a final OnStatusChange(...) notification indicating the the
// current document has finished loading...
//
FireOnStateChange(this,
aChannel,
nsIWebProgressListener::STATE_STOP |
nsIWebProgressListener::STATE_IS_WINDOW |
nsIWebProgressListener::STATE_IS_NETWORK,
aStatus);
}