diff options
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/application.cpp b/src/application.cpp index 84418b4b..b54dffa7 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -392,7 +392,6 @@ void Application::loadUrl(const KUrl& url, const Rekonq::OpenType& type) newType = Rekonq::CurrentTab; } else if (newType == Rekonq::NewWindow - || (newType == Rekonq::NewTab && ReKonfig::openLinksInNewWindow()) || ((newType == Rekonq::NewTab || newType == Rekonq::NewFocusedTab) && tabWindowList().count() == 0)) { w = newTabWindow(); |