diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-10-23 16:37:19 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-10 02:48:05 +0100 |
commit | 93a333f83501a5f9ae7c2a5228aa49f70ebb92b4 (patch) | |
tree | 385d4bed6c47b9b55fa9ef19f04a29067c74093f | |
parent | Add 1.x compatibility kwebapp script and moved webapp logic to 2.0 (diff) | |
download | rekonq-93a333f83501a5f9ae7c2a5228aa49f70ebb92b4.tar.xz |
Fix line changed by accident, restoring correct behavior on startup
-rw-r--r-- | src/application.cpp | 2 |
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) |