aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJean-François Rameau <jframeau@cvs.gnome.org>2005-08-11 00:27:46 +0800
committerJean-François Rameau <jframeau@src.gnome.org>2005-08-11 00:27:46 +0800
commit9f39f8a12ea1b910ae3303f3ef38d6216171ec88 (patch)
tree5648474cd70a00969e9fd59352307e206b54e310 /ChangeLog
parent3462935ff8e5902045057417bd606f91924f21b9 (diff)
downloadgsoc2013-epiphany-9f39f8a12ea1b910ae3303f3ef38d6216171ec88.tar
gsoc2013-epiphany-9f39f8a12ea1b910ae3303f3ef38d6216171ec88.tar.gz
gsoc2013-epiphany-9f39f8a12ea1b910ae3303f3ef38d6216171ec88.tar.bz2
gsoc2013-epiphany-9f39f8a12ea1b910ae3303f3ef38d6216171ec88.tar.lz
gsoc2013-epiphany-9f39f8a12ea1b910ae3303f3ef38d6216171ec88.tar.xz
gsoc2013-epiphany-9f39f8a12ea1b910ae3303f3ef38d6216171ec88.tar.zst
gsoc2013-epiphany-9f39f8a12ea1b910ae3303f3ef38d6216171ec88.zip
Gecko send several STATE_STOP, but only the final one (completed) is of
2005-08-10 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/mozilla/MozDownload.cpp (OnStateChange): Gecko send several STATE_STOP, but only the final one (completed) is of interest (STATE_STOP&STATE_IS_NETWORK). Fix crash with gecko 1.8 when downloading. * embed/mozilla/mozilla-embed.cpp: Fix compilation warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94c82c7cb..6d2e77f74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-08-10 Jean-François Rameau <jframeau@cvs.gnome.org>
+
+ * embed/mozilla/MozDownload.cpp (OnStateChange):
+
+ Gecko send several STATE_STOP, but only the final one (completed)
+ is of interest (STATE_STOP&STATE_IS_NETWORK).
+ Fix crash with gecko 1.8 when downloading.
+
+ * embed/mozilla/mozilla-embed.cpp:
+
+ Fix compilation warning.
+
2005-08-10 Christian Persch <chpe@cvs.gnome.org>
* configure.ac: