Rebuild adblock js after download a new filter file
This commit is contained in:
parent
3848becaa6
commit
62dac745d6
1 changed files with 1 additions and 0 deletions
|
@ -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); */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue