diff options
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 |