aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-tab.c')
-rw-r--r--src/ephy-tab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-tab.c b/src/ephy-tab.c
index 8c244f6cc..e22b51e90 100644
--- a/src/ephy-tab.c
+++ b/src/ephy-tab.c
@@ -348,7 +348,7 @@ ephy_tab_grab_focus (GtkWidget *widget)
{
EphyTab *tab = EPHY_TAB (widget);
- ephy_embed_activate (ephy_tab_get_embed (tab));
+ gtk_widget_grab_focus (GTK_WIDGET (ephy_tab_get_embed (tab)));
}
static EphyWindow *