aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-tab.c')
-rw-r--r--src/ephy-tab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-tab.c b/src/ephy-tab.c
index 69a881007..a84c0ce4f 100644
--- a/src/ephy-tab.c
+++ b/src/ephy-tab.c
@@ -890,6 +890,7 @@ open_link_in_new_tab (EphyTab *tab,
scheme = gnome_vfs_uri_get_scheme (uri);
new_tab = (strcmp (scheme, "http") == 0 ||
+ strcmp (scheme, "https") == 0 ||
strcmp (scheme, "ftp") == 0 ||
strcmp (scheme, "file") == 0);