aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-adblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-adblock.c')
-rw-r--r--embed/ephy-adblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-adblock.c b/embed/ephy-adblock.c
index 7a06ff8c6..6b26b7f6f 100644
--- a/embed/ephy-adblock.c
+++ b/embed/ephy-adblock.c
@@ -50,7 +50,7 @@ ephy_adblock_init (EphyAdBlock *adblock)
LOG ("EphyAdblock initialising");
adblock->priv = EPHY_ADBLOCK_GET_PRIVATE (adblock);
- adblock->priv->tester = uri_tester_new ();
+ adblock->priv->tester = uri_tester_new (ephy_dot_dir ());
}
static void