aboutsummaryrefslogtreecommitdiffstats
path: root/src/popup-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/popup-commands.c')
-rw-r--r--src/popup-commands.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c
index 0bec4fbb2..005a39de8 100644
--- a/src/popup-commands.c
+++ b/src/popup-commands.c
@@ -78,7 +78,8 @@ popup_cmd_link_in_new_tab (GtkAction *action,
ephy_shell_new_tab (ephy_shell, window, embed,
g_value_get_string (&value),
EPHY_NEW_TAB_OPEN_PAGE |
- EPHY_NEW_TAB_IN_EXISTING_WINDOW);
+ EPHY_NEW_TAB_IN_EXISTING_WINDOW |
+ EPHY_NEW_TAB_APPEND_AFTER);
g_value_unset (&value);
}