summaryrefslogtreecommitdiff
path: root/src/application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.cpp')
-rw-r--r--src/application.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/application.cpp b/src/application.cpp
index 1e30cfd0..f2a6c554 100644
--- a/src/application.cpp
+++ b/src/application.cpp
@@ -309,6 +309,12 @@ void Application::loadUrl(const KUrl& url, const Rekonq::OpenType& type)
return;
}
+ if(url.scheme() == QLatin1String("home"))
+ {
+ mainWindow()->slotHome();
+ return;
+ }
+
KUrl loadingUrl(url);
if (loadingUrl.isRelative())