aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-06-09 05:27:18 +0800
committerChristian Persch <chpe@src.gnome.org>2005-06-09 05:27:18 +0800
commit5a5019951143ed50de6271c7631fc3d20673a7cb (patch)
treefa6aeb5c713504a1605d3aaa40127becf00a42c8 /src/ephy-window.c
parentd6ce392e91751470ca20c2aa935da6ba8304b43b (diff)
downloadgsoc2013-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/ephy-window.c')
-rw-r--r--src/ephy-window.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 8d85d0db1..4404d90ec 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -3262,21 +3262,6 @@ ephy_window_notebook_switch_page_cb (GtkNotebook *notebook,
}
/**
- * ephy_window_find:
- * @window: an #EphyWindow
- *
- * Displays @window's Find dialog.
- **/
-void
-ephy_window_find (EphyWindow *window)
-{
- EphyWindowPrivate *priv = window->priv;
-
- ephy_find_toolbar_open (priv->find_toolbar, FALSE, FALSE);
- gtk_widget_grab_focus (GTK_WIDGET (priv->find_toolbar));
-}
-
-/**
* ephy_window_set_zoom:
* @window: an #EphyWindow
* @zoom: the desired zoom level