aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-utils.c
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2013-02-20 02:26:21 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2013-03-05 16:58:10 +0800
commit4e23859050fd1410820312c16a21b3716d9f08e9 (patch)
treeae6542e35263ec9533c1e61e35a70eab103adabb /embed/ephy-embed-utils.c
parentbce597e87f3e3d27da65732b0625e383e73d4f03 (diff)
downloadgsoc2013-epiphany-4e23859050fd1410820312c16a21b3716d9f08e9.tar
gsoc2013-epiphany-4e23859050fd1410820312c16a21b3716d9f08e9.tar.gz
gsoc2013-epiphany-4e23859050fd1410820312c16a21b3716d9f08e9.tar.bz2
gsoc2013-epiphany-4e23859050fd1410820312c16a21b3716d9f08e9.tar.lz
gsoc2013-epiphany-4e23859050fd1410820312c16a21b3716d9f08e9.tar.xz
gsoc2013-epiphany-4e23859050fd1410820312c16a21b3716d9f08e9.tar.zst
gsoc2013-epiphany-4e23859050fd1410820312c16a21b3716d9f08e9.zip
ephy-about-handler: add a about:incognito handler
This shows a welcome message for incognito windows. Artwork by Jakub Steiner. https://bugzilla.gnome.org/show_bug.cgi?id=694200
Diffstat (limited to 'embed/ephy-embed-utils.c')
-rw-r--r--embed/ephy-embed-utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-embed-utils.c b/embed/ephy-embed-utils.c
index 626c1bd9e..80a28bc70 100644
--- a/embed/ephy-embed-utils.c
+++ b/embed/ephy-embed-utils.c
@@ -167,6 +167,7 @@ ephy_embed_utils_url_is_empty (const char *location)
* window's location entry. */
static const char * do_not_show_address[] = {
"about:blank",
+ "ephy-about:incognito",
"ephy-about:overview",
NULL
};