diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-08-16 06:52:51 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-08-16 06:52:51 +0800 |
commit | 724f973eb43d9527f199fcf3491876adada02711 (patch) | |
tree | c8a002b7d75308d4ca659521e6d79bcabc40f324 /ChangeLog | |
parent | 18cb6c805fc57c21b173725e3a334a135e32e16e (diff) | |
download | gsoc2013-epiphany-724f973eb43d9527f199fcf3491876adada02711.tar gsoc2013-epiphany-724f973eb43d9527f199fcf3491876adada02711.tar.gz gsoc2013-epiphany-724f973eb43d9527f199fcf3491876adada02711.tar.bz2 gsoc2013-epiphany-724f973eb43d9527f199fcf3491876adada02711.tar.lz gsoc2013-epiphany-724f973eb43d9527f199fcf3491876adada02711.tar.xz gsoc2013-epiphany-724f973eb43d9527f199fcf3491876adada02711.tar.zst gsoc2013-epiphany-724f973eb43d9527f199fcf3491876adada02711.zip |
Only activate link in typeahead mode, not in Ctrl-F find mode.
2005-08-16 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-find-toolbar.c: (entry_activate_cb),
(ephy_find_toolbar_open):
Only activate link in typeahead mode, not in Ctrl-F find mode.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2005-08-16 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-find-toolbar.c: (entry_activate_cb), + (ephy_find_toolbar_open): + + Only activate link in typeahead mode, not in Ctrl-F find mode. + +2005-08-16 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/EphyFind.cpp: Return TRUE if the event was consumed. |