summaryrefslogtreecommitdiff
path: root/src/webtab.cpp
diff options
context:
space:
mode:
authorYoann Laissus <yoann.laissus@gmail.com>2010-10-20 09:29:14 +0200
committerYoann Laissus <yoann.laissus@gmail.com>2010-10-20 09:32:23 +0200
commit7570ac569271753a5956b50de4fb3f950376eca2 (patch)
tree78f7a7214a0ba770802bfa66cdfab45f9df11d5c /src/webtab.cpp
parentMerge branch 'master' of git.kde.org:rekonq (diff)
downloadrekonq-7570ac569271753a5956b50de4fb3f950376eca2.tar.xz
Fix icons duplication in the urlbar if a bookmark is added during a page loading
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r--src/webtab.cpp6
1 files changed, 6 insertions, 0 deletions
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