diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-12-22 07:48:39 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-12-22 07:48:39 +0800 |
commit | f606a4b6e99b759e408b4b9e7e7a8dca25b306f4 (patch) | |
tree | 659b9c0b0100747de3521784e68fce200a5cd58e /embed/mozilla/MozDownload.h | |
parent | ec26f0d7fa45ee4a88f4834347f9a705b06a0ebb (diff) | |
download | gsoc2013-epiphany-f606a4b6e99b759e408b4b9e7e7a8dca25b306f4.tar gsoc2013-epiphany-f606a4b6e99b759e408b4b9e7e7a8dca25b306f4.tar.gz gsoc2013-epiphany-f606a4b6e99b759e408b4b9e7e7a8dca25b306f4.tar.bz2 gsoc2013-epiphany-f606a4b6e99b759e408b4b9e7e7a8dca25b306f4.tar.lz gsoc2013-epiphany-f606a4b6e99b759e408b4b9e7e7a8dca25b306f4.tar.xz gsoc2013-epiphany-f606a4b6e99b759e408b4b9e7e7a8dca25b306f4.tar.zst gsoc2013-epiphany-f606a4b6e99b759e408b4b9e7e7a8dca25b306f4.zip |
Correctly cancel the download instead of just cancelling the request.
2003-12-22 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/MozDownload.cpp:
* embed/mozilla/MozDownload.h:
Correctly cancel the download instead of just
cancelling the request.
Diffstat (limited to 'embed/mozilla/MozDownload.h')
-rw-r--r-- | embed/mozilla/MozDownload.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/mozilla/MozDownload.h b/embed/mozilla/MozDownload.h index 7f40bc327..ec06a1cad 100644 --- a/embed/mozilla/MozDownload.h +++ b/embed/mozilla/MozDownload.h @@ -118,9 +118,9 @@ protected: PRInt32 mCurrentProgress; bool mGotFirstStateChange, mIsNetworkTransfer; - bool mUserCanceled; nsresult mStatus; - + + nsCOMPtr<nsIObserver> mObserver; nsCOMPtr<nsIWebBrowserPersist> mWebPersist; nsCOMPtr<nsIRequest> mRequest; EphyDownload *mEphyDownload; |