aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-04-11 04:00:17 +0800
committerChristian Persch <chpe@src.gnome.org>2006-04-11 04:00:17 +0800
commit811f46ca79796425fb283e622cc13fa1c9e1980a (patch)
tree4efa0d56f0865c0ed51d25478a07ff74e9490a4c /ChangeLog
parentb88345e8ac844db6bbefecff212e5e4ca37905f7 (diff)
downloadgsoc2013-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09353d0b7..958632328 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.