aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-02-04 05:03:47 +0800
committerChristian Persch <chpe@src.gnome.org>2006-02-04 05:03:47 +0800
commit224c497ea0ea71a25388133f3e433ac89316531f (patch)
tree0d812bd2211d9811c5909158b4d6906d34fe43c8 /ChangeLog
parentf95ec1ca17aab420d465b653a1a849ade28217d8 (diff)
downloadgsoc2013-epiphany-224c497ea0ea71a25388133f3e433ac89316531f.tar
gsoc2013-epiphany-224c497ea0ea71a25388133f3e433ac89316531f.tar.gz
gsoc2013-epiphany-224c497ea0ea71a25388133f3e433ac89316531f.tar.bz2
gsoc2013-epiphany-224c497ea0ea71a25388133f3e433ac89316531f.tar.lz
gsoc2013-epiphany-224c497ea0ea71a25388133f3e433ac89316531f.tar.xz
gsoc2013-epiphany-224c497ea0ea71a25388133f3e433ac89316531f.tar.zst
gsoc2013-epiphany-224c497ea0ea71a25388133f3e433ac89316531f.zip
Free the option context on error too, and don't duplicate the
2006-02-03 Christian Persch <chpe@cvs.gnome.org> * src/ephy-main.c: (main): Free the option context on error too, and don't duplicate the private-instance option.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d9f00c84..e45ef60b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-02-03 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-main.c: (main):
+
+ Free the option context on error too, and don't duplicate
+ the private-instance option.
+
+2006-02-03 Christian Persch <chpe@cvs.gnome.org>
+
* embed/mozilla/EphyPromptService.cpp:
Don't make the nonblocking alert modal!