diff options
Diffstat (limited to 'src/session.c')
-rw-r--r-- | src/session.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/session.c b/src/session.c index 0216ab50f..b6a332d3d 100644 --- a/src/session.c +++ b/src/session.c @@ -563,7 +563,6 @@ parse_embed (xmlNodePtr child, EphyWindow *window) ephy_shell_new_tab (ephy_shell, window, NULL, url, EPHY_NEW_TAB_IN_EXISTING_WINDOW | EPHY_NEW_TAB_OPEN_PAGE | - EPHY_NEW_TAB_DONT_JUMP_TO | EPHY_NEW_TAB_APPEND_LAST); xmlFree (url); |