From e27e780aaae17724c5967186c929779d72dcbd5a Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 5 Jan 2010 11:27:27 +0100 Subject: Choose new tab start page : --- src/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/application.cpp') diff --git a/src/application.cpp b/src/application.cpp index 8b8234b5..15945b32 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -250,7 +250,7 @@ KIcon Application::icon(const KUrl &url) return KIcon("view-history"); if(url == KUrl("about:bookmarks")) return KIcon("bookmarks"); - if(url == KUrl("about:home") || url == KUrl("about:favorites")) + if(url == KUrl("about:favorites")) return KIcon("emblem-favorite"); } -- cgit v1.2.1