aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-01-10 18:42:10 +0800
committerChristian Persch <chpe@src.gnome.org>2004-01-10 18:42:10 +0800
commit0661a81aa4285c40cf33c408026df6d44d09700f (patch)
tree4542ba96d0f029a6d9d53f51907d0c900d0f36b2 /ChangeLog
parent39fc1047662acd0b69425546ecd427ce81a04733 (diff)
downloadgsoc2013-epiphany-0661a81aa4285c40cf33c408026df6d44d09700f.tar
gsoc2013-epiphany-0661a81aa4285c40cf33c408026df6d44d09700f.tar.gz
gsoc2013-epiphany-0661a81aa4285c40cf33c408026df6d44d09700f.tar.bz2
gsoc2013-epiphany-0661a81aa4285c40cf33c408026df6d44d09700f.tar.lz
gsoc2013-epiphany-0661a81aa4285c40cf33c408026df6d44d09700f.tar.xz
gsoc2013-epiphany-0661a81aa4285c40cf33c408026df6d44d09700f.tar.zst
gsoc2013-epiphany-0661a81aa4285c40cf33c408026df6d44d09700f.zip
Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places instead of
2004-01-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyAboutRedirector.cpp: * embed/mozilla/EphyAboutRedirector.h: Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places instead of silent "if (...) return ...;". Really kill "about:options".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a19bef19f..a9d46c51c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-01-10 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/mozilla/EphyAboutRedirector.cpp:
+ * embed/mozilla/EphyAboutRedirector.h:
+
+ Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places instead of
+ silent "if (...) return ...;".
+ Really kill "about:options".
+
2004-01-10 Xan Lopez <xan@gnome.org>
* data/ui/epiphany-ui.xml:
@@ -54,7 +63,11 @@
* lib/ephy-state.c: Fixed a logic error in using & instead of &&
(bug #130919, Dave Jones).
+<<<<<<< ChangeLog
+2004-01-08 Chris Lahey <clahey@ximian.com>
+=======
2004-01-08 Christopher James Lahey <clahey@ximian.com>
+>>>>>>> 1.1255
* embed/mozilla/ContentHandler.cpp (MIMEAskAction): Don't save the
file if disable_save_to_disk is on.