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 3c1223a9..7fcbfe86 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -190,7 +190,7 @@ int Application::newInstance() break; } } - else // rekonq has just been started. Just open a new window + else if (!isFirstLoad) // rekonq has just been started. Just open a new window { switch (ReKonfig::newTabsBehaviour()) { |