diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-05-11 20:59:07 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-05-11 20:59:07 +0800 |
commit | 16ba41cf94ecd37d5064dabd14a54da93485166f (patch) | |
tree | a2648a8f559e1b63247764d4bf7a26e9f9bc6dfa /ChangeLog | |
parent | 052a49748cb4864db8d4b04c565eb158d084da1d (diff) | |
download | gsoc2013-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |