diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-26 12:51:56 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-26 12:51:56 +0200 |
commit | db56c75da769d0c749371dc38a62143e21e9485e (patch) | |
tree | 313dccd70cb867fe09facf73ccbf6009ab547284 /src/mainwindow.cpp | |
parent | New Clear Private Data action (diff) | |
download | rekonq-db56c75da769d0c749371dc38a62143e21e9485e.tar.xz |
Fixed clear private data
Hopefully..
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 3 |
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 |