diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-05-29 22:53:55 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-05-29 22:53:55 +0800 |
commit | 2dfaf78cccff672362ae9f3bbf299da641851306 (patch) | |
tree | 4f8177d1dd9a41bbbba36de054c3ed1466a56747 /ChangeLog | |
parent | 5b39b99462ae5b868bc8aae688255197e850d036 (diff) | |
download | gsoc2013-epiphany-2dfaf78cccff672362ae9f3bbf299da641851306.tar gsoc2013-epiphany-2dfaf78cccff672362ae9f3bbf299da641851306.tar.gz gsoc2013-epiphany-2dfaf78cccff672362ae9f3bbf299da641851306.tar.bz2 gsoc2013-epiphany-2dfaf78cccff672362ae9f3bbf299da641851306.tar.lz gsoc2013-epiphany-2dfaf78cccff672362ae9f3bbf299da641851306.tar.xz gsoc2013-epiphany-2dfaf78cccff672362ae9f3bbf299da641851306.tar.zst gsoc2013-epiphany-2dfaf78cccff672362ae9f3bbf299da641851306.zip |
Only enable typeahead if we actually can do typeaheadfind.
2005-05-29 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-find-toolbar.c: (ephy_find_toolbar_set_embed),
(ephy_find_toolbar_open):
Only enable typeahead if we actually can do typeaheadfind.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2005-05-29 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-find-toolbar.c: (ephy_find_toolbar_set_embed), + (ephy_find_toolbar_open): + + Only enable typeahead if we actually can do typeaheadfind. + +2005-05-29 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-window.c: (sync_tab_document_type): Allow ViewSource for XML documents too. Fixes bug #305788. |