diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-07-09 23:57:16 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-07-09 23:57:16 +0800 |
commit | 7274cb593c20c9bc973673c0767693c9cf3023bb (patch) | |
tree | d3c539fbcc7e2d9aa78ab40b1aef5179597614bc /ChangeLog | |
parent | 3b390cf6bfc3249ea6af8736e99315e614ea8ef8 (diff) | |
download | gsoc2013-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |