diff options
| -rw-r--r-- | src/mainwindow.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 15c347c9..cf25e1b7 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -913,6 +913,8 @@ void MainWindow::notifyMessage(const QString &msg, Rekonq::Notify status)      m_popup = new KPassivePopup(this);      m_popup->setAutoDelete(true); +    connect(Application::instance(), SIGNAL(focusChanged(QWidget*,QWidget*)), m_popup, SLOT(hide())); +      QPixmap px;      QString pixPath; | 
