summaryrefslogtreecommitdiff
path: root/src/icons/webicon.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-11-22 18:07:45 +0100
committerAndrea Diamantini <adjam7@gmail.com>2013-11-22 18:07:45 +0100
commitcc6fa971a01ebd2f16db11bea99d2e8d008682fc (patch)
tree768acaa5ed864eebbd27782dfac592233e27a547 /src/icons/webicon.cpp
parentDo NOT download everytime engines favicons if present (diff)
downloadrekonq-cc6fa971a01ebd2f16db11bea99d2e8d008682fc.tar.xz
improvements on urlbar
STEP 2: - work & fix on search engine favicons - simplify code (and remove dead one) - API clean up - delete ASAP list items and suggestions - let the URL in the suggestions be an hard grey
Diffstat (limited to 'src/icons/webicon.cpp')
-rw-r--r--src/icons/webicon.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/icons/webicon.cpp b/src/icons/webicon.cpp
index 7230b3a6..77973782 100644
--- a/src/icons/webicon.cpp
+++ b/src/icons/webicon.cpp
@@ -76,12 +76,6 @@ void WebIcon::saveIcon(bool b)
QString faviconsDir = KStandardDirs::locateLocal("cache" , "favicons/" , true);
QString faviconPath = faviconsDir + m_url.host();
- if ( QFile::exists(faviconPath + QL1S(".png")) )
- {
- this->deleteLater();
- return;
- }
-
// dest url
KUrl destUrl(faviconPath);
kDebug() << "DEST URL: " << destUrl;