diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-04-11 04:00:17 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-04-11 04:00:17 +0800 |
commit | 811f46ca79796425fb283e622cc13fa1c9e1980a (patch) | |
tree | 4efa0d56f0865c0ed51d25478a07ff74e9490a4c /ChangeLog | |
parent | b88345e8ac844db6bbefecff212e5e4ca37905f7 (diff) | |
download | gsoc2013-epiphany-811f46ca79796425fb283e622cc13fa1c9e1980a.tar gsoc2013-epiphany-811f46ca79796425fb283e622cc13fa1c9e1980a.tar.gz gsoc2013-epiphany-811f46ca79796425fb283e622cc13fa1c9e1980a.tar.bz2 gsoc2013-epiphany-811f46ca79796425fb283e622cc13fa1c9e1980a.tar.lz gsoc2013-epiphany-811f46ca79796425fb283e622cc13fa1c9e1980a.tar.xz gsoc2013-epiphany-811f46ca79796425fb283e622cc13fa1c9e1980a.tar.zst gsoc2013-epiphany-811f46ca79796425fb283e622cc13fa1c9e1980a.zip |
Don't set find next/prev insensitive since that's redundant with the
2006-04-10 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-find-toolbar.c:
Don't set find next/prev insensitive since that's redundant with
the status indication, and breaks find while the document is loading.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2006-04-10 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-find-toolbar.c: + + Don't set find next/prev insensitive since that's redundant with + the status indication, and breaks find while the document is loading. + +2006-04-10 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/mozilla-embed.cpp: Emit document-change event on fastback restore. Fixes bug #312785. |