aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-07-09 23:57:16 +0800
committerChristian Persch <chpe@src.gnome.org>2005-07-09 23:57:16 +0800
commit7274cb593c20c9bc973673c0767693c9cf3023bb (patch)
treed3c539fbcc7e2d9aa78ab40b1aef5179597614bc /ChangeLog
parent3b390cf6bfc3249ea6af8736e99315e614ea8ef8 (diff)
downloadgsoc2013-epiphany-7274cb593c20c9bc973673c0767693c9cf3023bb.tar
gsoc2013-epiphany-7274cb593c20c9bc973673c0767693c9cf3023bb.tar.gz
gsoc2013-epiphany-7274cb593c20c9bc973673c0767693c9cf3023bb.tar.bz2
gsoc2013-epiphany-7274cb593c20c9bc973673c0767693c9cf3023bb.tar.lz
gsoc2013-epiphany-7274cb593c20c9bc973673c0767693c9cf3023bb.tar.xz
gsoc2013-epiphany-7274cb593c20c9bc973673c0767693c9cf3023bb.tar.zst
gsoc2013-epiphany-7274cb593c20c9bc973673c0767693c9cf3023bb.zip
Don't focus the embed on close on !typeaheadfind, since it's a crash.
2005-07-09 Christian Persch <chpe@cvs.gnome.org> * src/ephy-find-toolbar.c: (ephy_find_toolbar_close): Don't focus the embed on close on !typeaheadfind, since it's a crash. Fixes bug #307675.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc94f3705..734bfb83b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-07-09 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-find-toolbar.c: (ephy_find_toolbar_close):
+
+ Don't focus the embed on close on !typeaheadfind,
+ since it's a crash. Fixes bug #307675.
+
+2005-07-09 Christian Persch <chpe@cvs.gnome.org>
+
* embed/mozilla/EphyProtocolHandler.cpp:
Make error page nicer; code by Adam Hooper.