aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-01-21 22:01:43 +0800
committerChristian Persch <chpe@src.gnome.org>2004-01-21 22:01:43 +0800
commit319eec55f2c4d7a946af8a9312e9395bc9ebc611 (patch)
tree7c0d786b1eb1ff0809f238c3a9ad2fc367794b46 /src
parent63e12064d70483f16fdee244d42f930685ba848a (diff)
downloadgsoc2013-epiphany-319eec55f2c4d7a946af8a9312e9395bc9ebc611.tar
gsoc2013-epiphany-319eec55f2c4d7a946af8a9312e9395bc9ebc611.tar.gz
gsoc2013-epiphany-319eec55f2c4d7a946af8a9312e9395bc9ebc611.tar.bz2
gsoc2013-epiphany-319eec55f2c4d7a946af8a9312e9395bc9ebc611.tar.lz
gsoc2013-epiphany-319eec55f2c4d7a946af8a9312e9395bc9ebc611.tar.xz
gsoc2013-epiphany-319eec55f2c4d7a946af8a9312e9395bc9ebc611.tar.zst
gsoc2013-epiphany-319eec55f2c4d7a946af8a9312e9395bc9ebc611.zip
about: can be opened in new tab too.
2004-01-21 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: * src/ephy-tab.c: (address_has_web_scheme): about: can be opened in new tab too.
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);