From: Alexander Butenko Date: Tue, 2 Feb 2010 20:26:05 +0000 (+0100) Subject: Rebuild adblock js after download a new filter file X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62dac745d69a4dec938bc8e16502c0bc37d668cf;p=midori Rebuild adblock js after download a new filter file --- diff --git a/extensions/adblock.c b/extensions/adblock.c index c7af950e..cdfc5ad0 100644 --- a/extensions/adblock.c +++ b/extensions/adblock.c @@ -92,6 +92,7 @@ adblock_download_notify_status_cb (WebKitDownload* download, return; adblock_parse_file (path); + katze_assign (blockscript, adblock_build_js (blockcss, blockcssprivate)); g_free (path); /* g_object_unref (download); */ }