diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-08-19 01:18:17 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-08-19 01:18:17 +0200 |
commit | b56648b2d624ad5933bbfae0dcac6f65bb96bd3b (patch) | |
tree | e86423eb28a17d5c2e3c9d977ebd05026767d962 /src/application.cpp | |
parent | fixes wrong comment in rekonqui.rc that could lead to a parsing error that le... (diff) | |
download | rekonq-b56648b2d624ad5933bbfae0dcac6f65bb96bd3b.tar.xz |
Fix saving in adblock management
This original patch from fritz_van_tom has been modified by me
to fix a couple of "obsoleted" things not removed in the
previous changes.
My fault for them (and for the need of this patch), sorry.
REVIEW: 102362
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/application.cpp b/src/application.cpp index a62d548e..b30867bb 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -598,7 +598,6 @@ void Application::updateConfiguration() // ====== load Settings on main classes historyManager()->loadSettings(); - adblockManager()->loadSettings(); if (!ReKonfig::useFavicon()) mainWindow()->setWindowIcon(KIcon("rekonq")); else |