summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-07-26 12:51:56 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-07-26 12:51:56 +0200
commitdb56c75da769d0c749371dc38a62143e21e9485e (patch)
tree313dccd70cb867fe09facf73ccbf6009ab547284 /src/mainwindow.cpp
parentNew Clear Private Data action (diff)
downloadrekonq-db56c75da769d0c749371dc38a62143e21e9485e.tar.xz
Fixed clear private data
Hopefully..
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index ea9f1fea..3d5631e0 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -973,7 +973,8 @@ void MainWindow::clearPrivateData()
QWebSettings::clearIconDatabase();
}
}
- delete dialog;
+ // this let crash rekonq.
+// delete dialog;
}
\ No newline at end of file