diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-07-07 22:07:51 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-07-07 22:07:51 +0200 |
commit | 726fc43bea74a421dad97b66ef3353585e947fff (patch) | |
tree | 65a1f604342ce423428336d3610b1cf834d41bca /src/urlbar | |
parent | cppcheck: suspicious code! (diff) | |
download | rekonq-726fc43bea74a421dad97b66ef3353585e947fff.tar.xz |
Clean up right icons before updating them
BUG: 303148
Diffstat (limited to 'src/urlbar')
-rw-r--r-- | src/urlbar/urlbar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp index ac6665af..bb9b8fcf 100644 --- a/src/urlbar/urlbar.cpp +++ b/src/urlbar/urlbar.cpp @@ -426,6 +426,7 @@ void UrlBar::updateRightIcons() { if (!_tab->isPageLoading()) { + clearRightIcons(); loadFinished(); } } |