diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-06-16 09:43:32 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-06-16 09:43:32 +0200 |
commit | 303258b8e313432ca66984f9dfbf5624259462b3 (patch) | |
tree | c6b39bf2927ffe5e061c28c7b7ea36b289ef03fa /src/webtab | |
parent | Let private popus open in private mode (diff) | |
download | rekonq-303258b8e313432ca66984f9dfbf5624259462b3.tar.xz |
Restore use of webkit icon cache
Fix rekonq icon retrieve mechanism to let it show well engine icons
on bar
BUG:272565
Diffstat (limited to 'src/webtab')
-rw-r--r-- | src/webtab/webpage.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/webtab/webpage.cpp b/src/webtab/webpage.cpp index 9ed7b8c8..3e580dbe 100644 --- a/src/webtab/webpage.cpp +++ b/src/webtab/webpage.cpp @@ -586,9 +586,6 @@ void WebPage::loadFinished(bool ok) { Q_UNUSED(ok); - // Provide site icon. Can this be moved to loadStarted?? - IconManager::self()->provideIcon(mainFrame(), _loadingUrl); - // KWallet Integration QStringList list = ReKonfig::walletBlackList(); if (wallet() |