aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-11-23 06:12:36 +0800
committerChristian Persch <chpe@src.gnome.org>2004-11-23 06:12:36 +0800
commitf537e60e880ab0082c1fc3d65775ae1f8b74c47f (patch)
tree2f79528f1dec81490029d4a02e541df3fb92fe7d /ChangeLog
parentd807fc005eb67869a4d1fd1053084a80e895e4b0 (diff)
downloadgsoc2013-epiphany-f537e60e880ab0082c1fc3d65775ae1f8b74c47f.tar
gsoc2013-epiphany-f537e60e880ab0082c1fc3d65775ae1f8b74c47f.tar.gz
gsoc2013-epiphany-f537e60e880ab0082c1fc3d65775ae1f8b74c47f.tar.bz2
gsoc2013-epiphany-f537e60e880ab0082c1fc3d65775ae1f8b74c47f.tar.lz
gsoc2013-epiphany-f537e60e880ab0082c1fc3d65775ae1f8b74c47f.tar.xz
gsoc2013-epiphany-f537e60e880ab0082c1fc3d65775ae1f8b74c47f.tar.zst
gsoc2013-epiphany-f537e60e880ab0082c1fc3d65775ae1f8b74c47f.zip
Fix string comparisions.
2004-11-22 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: Fix string comparisions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9504953e..925741e0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
* embed/mozilla/EventContext.cpp:
+ Fix string comparisions.
+
+2004-11-22 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/mozilla/EventContext.cpp:
+
Fix missing 'else if' and a superflous failure check.
2004-11-21 Christian Persch <chpe@cvs.gnome.org>