diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-26 01:03:35 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-26 01:03:35 +0100 |
commit | ebb9ae47ae9ec504e2feb6e353caab63baf3f2c5 (patch) | |
tree | 301133f59a3e68eb12a74c9cd778c0a82567db3f /src/mainwindow.cpp | |
parent | Added credits for Jon de Andres Frias (diff) | |
download | rekonq-ebb9ae47ae9ec504e2feb6e353caab63baf3f2c5.tar.xz |
memcheck fixes
rekonq looses 8 bytes + sizeof(KCompletion) weight :D
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 82c543fb..e26b39bd 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -495,6 +495,8 @@ void MainWindow::slotUpdateConfiguration() // ====== load Settings on main classes Application::historyManager()->loadSettings(); + + defaultSettings = 0; } |