aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-05-11 20:59:07 +0800
committerChristian Persch <chpe@src.gnome.org>2006-05-11 20:59:07 +0800
commit16ba41cf94ecd37d5064dabd14a54da93485166f (patch)
treea2648a8f559e1b63247764d4bf7a26e9f9bc6dfa /ChangeLog
parent052a49748cb4864db8d4b04c565eb158d084da1d (diff)
downloadgsoc2013-epiphany-16ba41cf94ecd37d5064dabd14a54da93485166f.tar
gsoc2013-epiphany-16ba41cf94ecd37d5064dabd14a54da93485166f.tar.gz
gsoc2013-epiphany-16ba41cf94ecd37d5064dabd14a54da93485166f.tar.bz2
gsoc2013-epiphany-16ba41cf94ecd37d5064dabd14a54da93485166f.tar.lz
gsoc2013-epiphany-16ba41cf94ecd37d5064dabd14a54da93485166f.tar.xz
gsoc2013-epiphany-16ba41cf94ecd37d5064dabd14a54da93485166f.tar.zst
gsoc2013-epiphany-16ba41cf94ecd37d5064dabd14a54da93485166f.zip
Remove HAVE_TYPEAHEADFIND ifdefs, since we now always have that. Fixes the
2006-05-11 Christian Persch <chpe@cvs.gnome.org> * src/ephy-find-toolbar.c: (entry_changed_cb), (ephy_find_toolbar_set_embed): Remove HAVE_TYPEAHEADFIND ifdefs, since we now always have that. Fixes the find bar after the drop of gecko 1.7/non-toolkit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61b4750c7..b14b0397a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-05-11 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-find-toolbar.c: (entry_changed_cb),
+ (ephy_find_toolbar_set_embed):
+
+ Remove HAVE_TYPEAHEADFIND ifdefs, since we now always have that.
+ Fixes the find bar after the drop of gecko 1.7/non-toolkit.
+
+2006-05-11 Christian Persch <chpe@cvs.gnome.org>
+
* src/ephy-notebook.c:
And revert it since it causes a gtk warning.