aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;