diff options
| author | Rohan Garg <rohangarg@ubuntu.com> | 2010-08-22 04:54:36 +0530 | 
|---|---|---|
| committer | Rohan Garg <rohangarg@ubuntu.com> | 2010-08-22 04:54:36 +0530 | 
| commit | db0f1161cd26ce1497d2fd8065e73b2626f49513 (patch) | |
| tree | 012e25b77c7c35861fc092312783ee23924fb299 | |
| parent | Restore bk icon on the right (diff) | |
| download | rekonq-db0f1161cd26ce1497d2fd8065e73b2626f49513.tar.xz | |
	Add a home icon for about:home
	modified:   src/application.cpp
| -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 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")) | 
