diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-23 02:38:07 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-23 02:38:07 +0100 |
commit | 5d02d0ba7fc7dfff2776b1d6fe9bd3202a564c12 (patch) | |
tree | 371705d5172bd4536274f3d3fea17a85f744a30b /src/mainwindow.cpp | |
parent | Forgot some files :) (diff) | |
download | rekonq-5d02d0ba7fc7dfff2776b1d6fe9bd3202a564c12.tar.xz |
Save memory.
One ad-block is enough
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 137f0f2c..c7da7512 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -46,6 +46,7 @@ #include "urlbar.h" #include "tabbar.h" #include "newtabpage.h" +#include "adblockmanager.h" // Ui Includes #include "ui_cleardata.h" @@ -544,7 +545,8 @@ void MainWindow::updateConfiguration() // ====== load Settings on main classes Application::historyManager()->loadSettings(); - + Application::adblockManager()->loadSettings(); + defaultSettings = 0; } |