diff options
-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 5867211f..7b8fa90b 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -146,7 +146,7 @@ int Application::newInstance() { // No windows in the current desktop? No windows at all? // Create a new one and load there sites... - loadUrl(urlList.at(0), Rekonq::CurrentTab); + loadUrl(urlList.at(0), Rekonq::NewWindow); } else { |