aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-10-02 02:50:16 +0800
committerXan Lopez <xan@igalia.com>2012-10-02 03:12:36 +0800
commitf21e2f3c54879885d6472d181bbf9be7caeb1c0a (patch)
treeb9d30bcbbf688117316d5a69d059867555569250
parenta5121fa4a435b4cee404ed8280b14debc174996e (diff)
downloadgsoc2013-epiphany-f21e2f3c54879885d6472d181bbf9be7caeb1c0a.tar
gsoc2013-epiphany-f21e2f3c54879885d6472d181bbf9be7caeb1c0a.tar.gz
gsoc2013-epiphany-f21e2f3c54879885d6472d181bbf9be7caeb1c0a.tar.bz2
gsoc2013-epiphany-f21e2f3c54879885d6472d181bbf9be7caeb1c0a.tar.lz
gsoc2013-epiphany-f21e2f3c54879885d6472d181bbf9be7caeb1c0a.tar.xz
gsoc2013-epiphany-f21e2f3c54879885d6472d181bbf9be7caeb1c0a.tar.zst
gsoc2013-epiphany-f21e2f3c54879885d6472d181bbf9be7caeb1c0a.zip
uri-tester: do not store the adblock data in the 'extensions' dir
We are on our way to stop being an extension. https://bugzilla.gnome.org/show_bug.cgi?id=681657
-rw-r--r--src/uri-tester.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uri-tester.c b/src/uri-tester.c
index bae25e43a..0b4ada297 100644
--- a/src/uri-tester.c
+++ b/src/uri-tester.c
@@ -78,7 +78,7 @@ uri_tester_ensure_data_dir ()
char *folder = NULL;
/* Ensure adblock's dir is there. */
- folder = g_build_filename (ephy_dot_dir (), "extensions", "data", "adblock", NULL);
+ folder = g_build_filename (ephy_dot_dir (), "adblock", NULL);
g_mkdir_with_parents (folder, 0700);
return folder;