diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-01-05 11:27:27 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-01-05 11:27:27 +0100 |
commit | e27e780aaae17724c5967186c929779d72dcbd5a (patch) | |
tree | 066e5444a67e00ee6272679d0b5410807295e25b /src/application.cpp | |
parent | Main toolbar (right) name & (wrong) icon (diff) | |
download | rekonq-e27e780aaae17724c5967186c929779d72dcbd5a.tar.xz |
Choose new tab start page
:
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 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"); } |