aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-main.c
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2013-03-05 03:27:25 +0800
committerCarlos Garcia Campos <carlosgc@gnome.org>2013-03-07 03:17:20 +0800
commitd9d8e23885d51a120c4e4c1c2ffd2d57921d0a78 (patch)
treeb11297db85174da38efc434a702ef36d20a419e8 /src/ephy-main.c
parente4884cdab61ed2ddc0c69b51175d41f11cc1ded6 (diff)
downloadgsoc2013-epiphany-d9d8e23885d51a120c4e4c1c2ffd2d57921d0a78.tar
gsoc2013-epiphany-d9d8e23885d51a120c4e4c1c2ffd2d57921d0a78.tar.gz
gsoc2013-epiphany-d9d8e23885d51a120c4e4c1c2ffd2d57921d0a78.tar.bz2
gsoc2013-epiphany-d9d8e23885d51a120c4e4c1c2ffd2d57921d0a78.tar.lz
gsoc2013-epiphany-d9d8e23885d51a120c4e4c1c2ffd2d57921d0a78.tar.xz
gsoc2013-epiphany-d9d8e23885d51a120c4e4c1c2ffd2d57921d0a78.tar.zst
gsoc2013-epiphany-d9d8e23885d51a120c4e4c1c2ffd2d57921d0a78.zip
web-extension: Implement adblocker in WebKit2
https://bugzilla.gnome.org/show_bug.cgi?id=695307
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r--src/ephy-main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c
index e27a5cc7f..6aa3b8c23 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -464,6 +464,7 @@ main (int argc,
#ifdef HAVE_WEBKIT2
pid_str = g_strdup_printf ("%u", getpid ());
g_setenv ("EPHY_WEB_EXTENSION_ID", pid_str, TRUE);
+ g_setenv ("EPHY_DOT_DIR", ephy_dot_dir (), TRUE);
g_free (pid_str);
/* Set the web extensions dir ASAP before the process is launched */