summaryrefslogtreecommitdiff
path: root/src/application.cpp
diff options
context:
space:
mode:
authorRohan Garg <rohangarg@ubuntu.com>2010-08-22 04:54:36 +0530
committerRohan Garg <rohangarg@ubuntu.com>2010-08-22 04:54:36 +0530
commitdb0f1161cd26ce1497d2fd8065e73b2626f49513 (patch)
tree012e25b77c7c35861fc092312783ee23924fb299 /src/application.cpp
parentRestore bk icon on the right (diff)
downloadrekonq-db0f1161cd26ce1497d2fd8065e73b2626f49513.tar.xz
Add a home icon for about:home
modified: src/application.cpp
Diffstat (limited to 'src/application.cpp')
-rw-r--r--src/application.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/application.cpp b/src/application.cpp
index db71c602..49faad69 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"))