aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window-commands.c')
-rw-r--r--src/window-commands.c17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index 7f4893aab..7b197f9d8 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -60,13 +60,6 @@
#include <glib/gi18n.h>
void
-window_cmd_edit_find (GtkAction *action,
- EphyWindow *window)
-{
- ephy_window_find (window);
-}
-
-void
window_cmd_file_print_setup (GtkAction *action,
EphyWindow *window)
{
@@ -557,6 +550,16 @@ window_cmd_edit_select_all (GtkAction *action,
}
void
+window_cmd_edit_find (GtkAction *action,
+ EphyWindow *window)
+{
+ EphyFindToolbar *toolbar;
+
+ toolbar = EPHY_FIND_TOOLBAR (ephy_window_get_find_toolbar (window));
+ ephy_find_toolbar_open (toolbar, FALSE, FALSE);
+}
+
+void
window_cmd_edit_find_next (GtkAction *action,
EphyWindow *window)
{