diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/urlbar/urlbar.cpp | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp index 58c7caec..a7cb680c 100644 --- a/src/urlbar/urlbar.cpp +++ b/src/urlbar/urlbar.cpp @@ -354,6 +354,9 @@ void UrlBar::loadFinished()          return;      } +    // Make sure icons aren't duplicated +    clearRightIcons(); +      // show Favorite Icon      if (ReKonfig::previewUrls().contains(_tab->url().url()))      { @@ -433,7 +436,6 @@ void UrlBar::updateRightIcons()  {      if (!_tab->isPageLoading())      { -        clearRightIcons();          loadFinished();      }  } | 
