summaryrefslogtreecommitdiff
path: root/src/application.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-08-19 01:18:17 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-08-19 01:18:17 +0200
commitb56648b2d624ad5933bbfae0dcac6f65bb96bd3b (patch)
treee86423eb28a17d5c2e3c9d977ebd05026767d962 /src/application.cpp
parentfixes wrong comment in rekonqui.rc that could lead to a parsing error that le... (diff)
downloadrekonq-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.cpp1
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