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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 81fd0d4c5..5d7f47cda 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -797,6 +797,9 @@ ephy_shell_new_tab_full (EphyShell *shell,
g_warning ("Requested to append new tab after parent, but 'previous_embed' was NULL");
}
+ if (flags & EPHY_NEW_TAB_FIRST)
+ position = 0;
+
if (flags & EPHY_NEW_TAB_FROM_EXTERNAL) {
/* If the active embed is blank, use that to open the url and jump to it */
embed = ephy_embed_container_get_active_child (EPHY_EMBED_CONTAINER (window));