diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-06-09 05:27:18 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-06-09 05:27:18 +0800 |
commit | 5a5019951143ed50de6271c7631fc3d20673a7cb (patch) | |
tree | fa6aeb5c713504a1605d3aaa40127becf00a42c8 /src/epiphany.defs | |
parent | d6ce392e91751470ca20c2aa935da6ba8304b43b (diff) | |
download | gsoc2013-epiphany-5a5019951143ed50de6271c7631fc3d20673a7cb.tar gsoc2013-epiphany-5a5019951143ed50de6271c7631fc3d20673a7cb.tar.gz gsoc2013-epiphany-5a5019951143ed50de6271c7631fc3d20673a7cb.tar.bz2 gsoc2013-epiphany-5a5019951143ed50de6271c7631fc3d20673a7cb.tar.lz gsoc2013-epiphany-5a5019951143ed50de6271c7631fc3d20673a7cb.tar.xz gsoc2013-epiphany-5a5019951143ed50de6271c7631fc3d20673a7cb.tar.zst gsoc2013-epiphany-5a5019951143ed50de6271c7631fc3d20673a7cb.zip |
Handle Ctrl-F like / to open the find bar without focusing it. Fixes link
2005-06-08 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c:
* src/ephy-window.h:
* src/epiphany.defs:
* src/window-commands.c: (window_cmd_edit_select_all),
(window_cmd_edit_find):
Handle Ctrl-F like / to open the find bar without focusing it.
Fixes link activation while finding.
Diffstat (limited to 'src/epiphany.defs')
-rw-r--r-- | src/epiphany.defs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/epiphany.defs b/src/epiphany.defs index 2e1ade274..7917fe846 100644 --- a/src/epiphany.defs +++ b/src/epiphany.defs @@ -3016,12 +3016,6 @@ (return-type "GList*") ) -(define-method find - (of-object "EphyWindow") - (c-name "ephy_window_find") - (return-type "none") -) - (define-method get_is_popup (of-object "EphyWindow") (c-name "ephy_window_get_is_popup") |