From 319eec55f2c4d7a946af8a9312e9395bc9ebc611 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 21 Jan 2004 14:01:43 +0000 Subject: about: can be opened in new tab too. 2004-01-21 Christian Persch * embed/mozilla/EventContext.cpp: * src/ephy-tab.c: (address_has_web_scheme): about: can be opened in new tab too. --- src/ephy-tab.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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); -- cgit