summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2009-07-26 20:46:04 +0200
committermegabigbug <megabigbug@arrakis.(none)>2009-07-26 20:46:04 +0200
commitf49e07fdde08fc23234a5c33c943087b56922d51 (patch)
tree31856fcc9bac8a25818f1eec084e162f64ba7740 /src/mainwindow.cpp
parentA lot of fixes here: (diff)
downloadrekonq-f49e07fdde08fc23234a5c33c943087b56922d51.tar.xz
Fix KPassivePopup crash
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 3d5631e0..258e1c59 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -899,7 +899,7 @@ void MainWindow::notifyMessage(const QString &msg, Rekonq::Notify status)
// deleting popus if empty msgs
if(msg.isEmpty())
{
- delete m_popup;
+ m_popup->deleteLater();
return;
}