diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwindow.cpp | 2 |
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; } |