diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-11-29 19:11:29 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-10 02:48:06 +0100 |
commit | d985dc112df809cc2b70697d7f97f7464fea730b (patch) | |
tree | 021aee6d9283c7e228f0477e6854d992f568d448 /src/application.cpp | |
parent | Ensure settings respect (diff) | |
download | rekonq-d985dc112df809cc2b70697d7f97f7464fea730b.tar.xz |
Check settings
Remove unuseful option with "tabs up"
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(); |