aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-12-22 07:48:39 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-12-22 07:48:39 +0800
commitf606a4b6e99b759e408b4b9e7e7a8dca25b306f4 (patch)
tree659b9c0b0100747de3521784e68fce200a5cd58e /ChangeLog
parentec26f0d7fa45ee4a88f4834347f9a705b06a0ebb (diff)
downloadgsoc2013-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 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a14d7f6ea..874f762e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):