summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-10 00:03:35 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-10 00:03:35 +0200
commit9dfe8f35cd98f89d9bad7d573f11b844ea5515b3 (patch)
tree4f73b06371a9958fd5081c592f2ebbd246903d8d /src/mainwindow.cpp
parenthide popup when focus change (diff)
downloadrekonq-9dfe8f35cd98f89d9bad7d573f11b844ea5515b3.tar.xz
Removed privacy settings and ported history ones into the General
Group.
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index cf25e1b7..bde298f8 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -451,7 +451,6 @@ void MainWindow::slotUpdateConfiguration()
// ====== load Settings on main classes
Application::networkAccessManager()->loadSettings();
-// FIXME (?) Application::cookieJar()->loadSettings();
Application::historyManager()->loadSettings();
}