diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-10 16:05:34 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-10 16:05:34 +0200 |
commit | ec9a0b2865aa6ee51dcfebee0ce49661bc345a14 (patch) | |
tree | a3c806c972b032dca09913a843b35734a4d77566 /src/application.cpp | |
parent | Cleaning settings ui && making optional hovering links popups (diff) | |
parent | Changed the icon for tabs without own favicon to a generic html-icon (diff) | |
download | rekonq-ec9a0b2865aa6ee51dcfebee0ce49661bc345a14.tar.xz |
Merge commit 'pano/master'
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.cpp b/src/application.cpp index bc77f60a..afd6a2cc 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -190,7 +190,7 @@ KIcon Application::icon(const KUrl &url) KIcon icon = KIcon(QWebSettings::iconForUrl(url)); if (icon.isNull()) { - icon = KIcon("kde"); + icon = KIcon("text-html"); } return icon; } |