From 7570ac569271753a5956b50de4fb3f950376eca2 Mon Sep 17 00:00:00 2001 From: Yoann Laissus Date: Wed, 20 Oct 2010 09:29:14 +0200 Subject: Fix icons duplication in the urlbar if a bookmark is added during a page loading --- src/webtab.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/webtab.cpp') diff --git a/src/webtab.cpp b/src/webtab.cpp index 3b97e2db..2289726c 100644 --- a/src/webtab.cpp +++ b/src/webtab.cpp @@ -123,6 +123,12 @@ void WebTab::loadFinished(bool) } +bool WebTab::isPageLoading() +{ + return _progress != 0; +} + + void WebTab::createWalletBar(const QString &key, const QUrl &url) { // check if the url is in the wallet blacklist -- cgit v1.2.1