summaryrefslogtreecommitdiff
path: root/src/webpage.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-02-14 11:27:54 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-03-13 10:24:42 +0100
commit1c97a54381cd6a5bfd1fb6d97e8695f1b1d49166 (patch)
treedbc2071257705803b98a322c93d5214a6d336199 /src/webpage.cpp
parentLet rekonq block sparse images (this idea has been copied from Arora) (diff)
downloadrekonq-1c97a54381cd6a5bfd1fb6d97e8695f1b1d49166.tar.xz
Add dialog allowing adblock to list blocked/hided elements and unblock
some of them
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r--src/webpage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp
index 7ae7420d..2f4b5efc 100644
--- a/src/webpage.cpp
+++ b/src/webpage.cpp
@@ -445,6 +445,7 @@ void WebPage::handleUnsupportedContent(QNetworkReply *reply)
void WebPage::loadStarted()
{
_hasAdBlockedElements = false;
+ rApp->adblockManager()->clearElementsLists();
}