aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-notebook.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-notebook.c')
-rw-r--r--src/ephy-notebook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c
index 4d0989a61..2e8766683 100644
--- a/src/ephy-notebook.c
+++ b/src/ephy-notebook.c
@@ -675,9 +675,9 @@ notebook_drag_data_received_cb (GtkWidget* widget, GdkDragContext *context,
{
tab = ephy_shell_new_tab (ephy_shell, window,
tab, url,
+ EPHY_NEW_TAB_OPEN_PAGE |
EPHY_NEW_TAB_IN_EXISTING_WINDOW |
EPHY_NEW_TAB_APPEND_LAST |
- EPHY_NEW_TAB_APPEND_AFTER |
EPHY_NEW_TAB_DONT_JUMP_TO);
}