aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-08-27 22:05:48 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2012-09-01 02:34:01 +0800
commitc1fbb17c2337941973386c1c06dc3ab414d73062 (patch)
treef4fbbb32d46030546b910f78866f4ef947d96ad2 /src
parent61db344355c403fe70e00f7d350d74f25bc563aa (diff)
downloadgsoc2013-epiphany-c1fbb17c2337941973386c1c06dc3ab414d73062.tar
gsoc2013-epiphany-c1fbb17c2337941973386c1c06dc3ab414d73062.tar.gz
gsoc2013-epiphany-c1fbb17c2337941973386c1c06dc3ab414d73062.tar.bz2
gsoc2013-epiphany-c1fbb17c2337941973386c1c06dc3ab414d73062.tar.lz
gsoc2013-epiphany-c1fbb17c2337941973386c1c06dc3ab414d73062.tar.xz
gsoc2013-epiphany-c1fbb17c2337941973386c1c06dc3ab414d73062.tar.zst
gsoc2013-epiphany-c1fbb17c2337941973386c1c06dc3ab414d73062.zip
ephy-window: add ephy-about:overview to the list of hidden urls
Diffstat (limited to 'src')
-rw-r--r--src/ephy-window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index f28a62cd5..69f014031 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -1473,6 +1473,7 @@ setup_ui_manager (EphyWindow *window)
* window's location entry. */
static const char * do_not_show_address[] = {
"about:blank",
+ "ephy-about:overview",
NULL
};