Rebuild adblock js after download a new filter file

This commit is contained in:
Alexander Butenko 2010-02-02 21:26:05 +01:00 committed by Christian Dywan
parent 3848becaa6
commit 62dac745d6

View file

@ -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); */
}