[Xfce4-commits] <midori:master> Rebuild adblock js after download a new filter file

Christian Dywan noreply at xfce.org
Tue Feb 2 21:34:01 CET 2010


Updating branch refs/heads/master
         to 62dac745d69a4dec938bc8e16502c0bc37d668cf (commit)
       from 3848becaa6e3617bde2c8f0387a40c414d422b91 (commit)

commit 62dac745d69a4dec938bc8e16502c0bc37d668cf
Author: Alexander Butenko <a.butenka at gmail.com>
Date:   Tue Feb 2 21:26:05 2010 +0100

    Rebuild adblock js after download a new filter file

 extensions/adblock.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/extensions/adblock.c b/extensions/adblock.c
index c7af950..cdfc5ad 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); */
 }



More information about the Xfce4-commits mailing list