summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-14 12:27:10 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-14 12:27:10 +0100
commit7569713d68dd59d406e56e64bcda1f4b5f915be1 (patch)
treee3e96ed15c3e41487fedf7ae37e38092de8e0315
parentSome stupid changes && kDebug sentences added to better debug download system (diff)
downloadrekonq-7569713d68dd59d406e56e64bcda1f4b5f915be1.tar.xz
Opening rekonq page on new window startup when rekonq
has just been started :)
-rw-r--r--src/application.cpp2
1 files changed, 1 insertions, 1 deletions
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 );
}
}