aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r--src/ephy-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 5d9aaed4a..9dec961e9 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -795,7 +795,7 @@ ephy_shell_new_tab_full (EphyShell *shell,
{
/* non-empty page, focus the page. but make sure the widget is realised first! */
gtk_widget_realize (GTK_WIDGET (embed));
- ephy_embed_activate (embed);
+ gtk_widget_grab_focus (GTK_WIDGET (embed));
}
}