From ebb9ae47ae9ec504e2feb6e353caab63baf3f2c5 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 26 Oct 2009 01:03:35 +0100 Subject: memcheck fixes rekonq looses 8 bytes + sizeof(KCompletion) weight :D --- src/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow.cpp') 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; } -- cgit v1.2.1