summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-09-15 00:04:14 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-09-15 00:04:14 +0200
commite2e0f825b9b299d87298da916d263505ed37652a (patch)
tree27c7acb92947cd7b6f7d0f06950ce110efb7e958
parentImprove adblock 2 (diff)
downloadrekonq-e2e0f825b9b299d87298da916d263505ed37652a.tar.xz
Fix urlbar loading on QtWebKit2.2
-rw-r--r--src/urlbar/urlbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp
index 04d96983..e3f216d8 100644
--- a/src/urlbar/urlbar.cpp
+++ b/src/urlbar/urlbar.cpp
@@ -182,7 +182,7 @@ void UrlBar::paintEvent(QPaintEvent *event)
QPalette p = palette();
int progr = _tab->progress();
- if (progr == 0)
+ if (progr == 0 || progr == 100)
{
if (_tab->url().scheme() == QL1S("https"))
{