diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-23 00:11:33 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-23 00:11:33 +0200 |
commit | 609b5b53791f7b2b79ecf43d972d454335ba86fa (patch) | |
tree | c97687550401543ac246064e3b3aafa461d78a45 /src | |
parent | Merge commit 'refs/merge-requests/187' of git://gitorious.org/rekonq/mainline (diff) | |
parent | Add a home icon for about:home (diff) | |
download | rekonq-609b5b53791f7b2b79ecf43d972d454335ba86fa.tar.xz |
Merge commit 'refs/merge-requests/188' of git://gitorious.org/rekonq/mainline
Diffstat (limited to 'src')
-rw-r--r-- | src/application.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/application.cpp b/src/application.cpp index fc761a33..e5677a0d 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -342,6 +342,8 @@ KIcon Application::icon(const KUrl &url) return KIcon("text-html"); // rekonq icons.. + if (url == KUrl("about:home")) + return KIcon("go-home"); if (url == KUrl("about:closedTabs")) return KIcon("tab-close"); if (url == KUrl("about:history")) |