aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 4d027df27..c7d4376a6 100644
--- a/src/ephy-tab.c
+++ b/src/ephy-tab.c
@@ -412,6 +412,7 @@ address_has_web_scheme (const char *address)
strcmp (scheme, "https") == 0 ||
strcmp (scheme, "ftp") == 0 ||
strcmp (scheme, "file") == 0 ||
+ strcmp (scheme, "about") == 0 ||
strcmp (scheme, "gopher") == 0);
gnome_vfs_uri_unref (uri);