summaryrefslogtreecommitdiff
path: root/src/application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.cpp')
-rw-r--r--src/application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.cpp b/src/application.cpp
index 55cf8d11..a0e35964 100644
--- a/src/application.cpp
+++ b/src/application.cpp
@@ -267,7 +267,7 @@ int Application::newInstance()
break;
}
if (!SessionManager::self()->restoreJustThePinnedTabs())
- loadUrl(KUrl(ReKonfig::homePage()) , Rekonq::NewWindow);
+ loadUrl(KUrl("about:home"), Rekonq::NewWindow);
break;
case 2: // restore session
if (incognito)