From 7aae683da8e55e8e277d58749e00c8f9a583f044 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Tue, 23 Jun 2009 19:33:09 +0200 Subject: Changed the icon for tabs without own favicon to a generic html-icon --- src/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application.cpp b/src/application.cpp index 5b458438..b940794a 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -190,7 +190,7 @@ KIcon Application::icon(const KUrl &url) const KIcon icon = KIcon(QWebSettings::iconForUrl(url)); if (icon.isNull()) { - icon = KIcon("kde"); + icon = KIcon("text-html"); } return icon; } -- cgit v1.2.1