diff options
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r-- | src/ephy-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c index bf71e2156..ae473719b 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -369,7 +369,7 @@ queue_commands (guint32 user_time) } if (open_in_new_tab) { - g_string_append (options, "new-tab,"); + g_string_append (options, "new-tab,external,"); } ephy_session_queue_command (session, |