diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-03-19 11:00:18 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-03-19 11:00:18 +0100 |
commit | f51c660a207364b9b5ff400a29e8ff1dba721e61 (patch) | |
tree | 09331e790bc3e79d4826d7463617d7d65e158ef5 /src/settings/adblockwidget.cpp | |
parent | SVN_SILENT made messages (.desktop file) (diff) | |
download | rekonq-f51c660a207364b9b5ff400a29e8ff1dba721e61.tar.xz |
abp (Ad Block Plus) fake protocol support
This will let rekonq to automatically add abp subscriptions
from the adblockplus.org site (or wherever someone provides abp urls)
Anyway, consider that the raccomended way to manage adblock (by me and by
abp developers) is just adding the EasyList subscription.
rekonq just does it by default!!
Diffstat (limited to 'src/settings/adblockwidget.cpp')
-rw-r--r-- | src/settings/adblockwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/adblockwidget.cpp b/src/settings/adblockwidget.cpp index 8aac3e8c..471f57f0 100644 --- a/src/settings/adblockwidget.cpp +++ b/src/settings/adblockwidget.cpp @@ -115,7 +115,7 @@ void AdBlockWidget::load() int days = ReKonfig::updateInterval(); spinBox->setValue( days ); - QStringList subscriptions = ReKonfig::subscriptionNames(); + QStringList subscriptions = ReKonfig::subscriptionTitles(); // load automatic rules foreach(QString sub, subscriptions) |