diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-14 12:27:10 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-14 12:27:10 +0100 |
commit | 7569713d68dd59d406e56e64bcda1f4b5f915be1 (patch) | |
tree | e3e96ed15c3e41487fedf7ae37e38092de8e0315 /src | |
parent | Some stupid changes && kDebug sentences added to better debug download system (diff) | |
download | rekonq-7569713d68dd59d406e56e64bcda1f4b5f915be1.tar.xz |
Opening rekonq page on new window startup when rekonq
has just been started :)
Diffstat (limited to 'src')
-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 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 ); } } |