diff options
Diffstat (limited to 'src/ephy-notebook.c')
-rw-r--r-- | src/ephy-notebook.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index 4bee3f8e4..e360b8bd9 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -677,8 +677,7 @@ notebook_drag_data_received_cb (GtkWidget* widget, GdkDragContext *context, tab, url, EPHY_NEW_TAB_OPEN_PAGE | EPHY_NEW_TAB_IN_EXISTING_WINDOW | - EPHY_NEW_TAB_APPEND_LAST | - EPHY_NEW_TAB_DONT_JUMP_TO); + EPHY_NEW_TAB_APPEND_LAST); } g_free (url); |