diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-15 01:08:01 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-15 01:08:01 +0200 |
commit | 65075d5fa3147d25cbfe3e0824cfc3b93af8ec03 (patch) | |
tree | 606f08e34075a309079583de213af7bd2ecad3ef /src/mainwindow.cpp | |
parent | Merge branch 'Button02' (diff) | |
parent | we are using KDE proxy settings (via KIO) (diff) | |
download | rekonq-65075d5fa3147d25cbfe3e0824cfc3b93af8ec03.tar.xz |
Merge branch 'NewAccessManager'
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 6dd1024b..cf8af892 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -494,7 +494,6 @@ void MainWindow::slotUpdateConfiguration() defaultSettings->setUserStyleSheetUrl(ReKonfig::userCSS()); // ====== load Settings on main classes - Application::networkAccessManager()->loadSettings(); Application::historyManager()->loadSettings(); } |