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 /ChangeLog | |
parent | ec26f0d7fa45ee4a88f4834347f9a705b06a0ebb (diff) | |
download | gsoc2013-epiphany-f606a4b6e99b759e408b4b9e7e7a8dca25b306f4.tar.gz 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 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +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. + 2003-12-21 Xan Lopez <xan@gnome.org> * embed/downloader-view.c: (download_dialog_pause_cb): |