зеркало из https://github.com/mozilla/pjs.git
Bug 416342 - download of attachments window shows that download does not progress. r=bienvenu, sr=bienvenu
This commit is contained in:
Родитель
2f5a8831a6
Коммит
3a588f4f08
|
@ -2052,7 +2052,8 @@ nsSaveMsgListener::OnStopRequest(nsIRequest* request, nsISupports* aSupport,
|
|||
if(mTransfer)
|
||||
{
|
||||
mTransfer->OnProgressChange(nsnull, nsnull, mContentLength, mContentLength, mContentLength, mContentLength);
|
||||
mTransfer->OnStateChange(nsnull, nsnull, nsIWebProgressListener::STATE_STOP, NS_OK);
|
||||
mTransfer->OnStateChange(nsnull, nsnull, nsIWebProgressListener::STATE_STOP |
|
||||
nsIWebProgressListener::STATE_IS_NETWORK, NS_OK);
|
||||
mTransfer = nsnull; // break any circular dependencies between the progress dialog and use
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче