зеркало из https://github.com/mozilla/pjs.git
Bug 418961 - "Save Page As" "Text Files" saves file but Downloads window doesn't show completion. r=biesi, sr=biesi, b-ff3=beltzner
This commit is contained in:
Родитель
69ac6e1e5b
Коммит
a32c7922e8
|
@ -481,10 +481,12 @@ NS_IMETHODIMP nsWebBrowserPersist::SaveDocument(
|
|||
{
|
||||
// tell the listener we're done
|
||||
mProgressListener->OnStateChange(nsnull, nsnull,
|
||||
nsIWebProgressListener::STATE_START,
|
||||
nsIWebProgressListener::STATE_START |
|
||||
nsIWebProgressListener::STATE_IS_NETWORK,
|
||||
NS_OK);
|
||||
mProgressListener->OnStateChange(nsnull, nsnull,
|
||||
nsIWebProgressListener::STATE_STOP,
|
||||
nsIWebProgressListener::STATE_STOP |
|
||||
nsIWebProgressListener::STATE_IS_NETWORK,
|
||||
rv);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче