summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 6ea0446f..b27b7c81 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -1107,7 +1107,10 @@ void MainWindow::notifyMessage(const QString &msg, Rekonq::Notify status)
switch (status)
{
+ case Rekonq::Url:
+ break;
case Rekonq::Info:
+ m_hidePopup->start(500);
break;
case Rekonq::Success:
break;