From 7569713d68dd59d406e56e64bcda1f4b5f915be1 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 14 Feb 2010 12:27:10 +0100 Subject: Opening rekonq page on new window startup when rekonq has just been started :) --- src/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application.cpp b/src/application.cpp index f3db4c7b..2e1c70a8 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -131,7 +131,7 @@ int Application::newInstance() } else // rekonq has just been started. Just open a new window { - newMainWindow(); + loadUrl( KUrl("about:home") , Rekonq::NewWindow ); } } -- cgit v1.2.1