From e98b31b216716663d752b02a67c3002109063828 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 29 Jun 2010 10:28:03 +0200 Subject: Hide "loading..." and "done" strings after 0.5 sec.. --- src/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index c2a635a0..286290c0 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -94,7 +94,7 @@ public slots: * @param status The status message * */ - void notifyMessage(const QString &msg, Rekonq::Notify status = Rekonq::Info); + void notifyMessage(const QString &msg, Rekonq::Notify status = Rekonq::Url); void printRequested(QWebFrame *frame = 0); -- cgit v1.2.1