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 | |
parent | Ensure settings respect (diff) | |
download | rekonq-d985dc112df809cc2b70697d7f97f7464fea730b.tar.xz |
Check settings
Remove unuseful option with "tabs up"
Diffstat (limited to 'src')
-rw-r--r-- | src/application.cpp | 1 | ||||
-rw-r--r-- | src/rekonq.kcfg | 4 | ||||
-rw-r--r-- | src/settings/settings_tabs.ui | 7 |
3 files changed, 0 insertions, 12 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(); diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg index 40305a2f..717bd9ba 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -110,10 +110,6 @@ <entry name="hoveringTabOption" type="Int"> <default>0</default> </entry> - <!-- xxx --> - <entry name="openLinksInNewWindow" type="Bool"> - <default>false</default> - </entry> <entry name="openExternalLinksInNewWindow" type="Bool"> <default>false</default> </entry> diff --git a/src/settings/settings_tabs.ui b/src/settings/settings_tabs.ui index f687eada..df6db9ba 100644 --- a/src/settings/settings_tabs.ui +++ b/src/settings/settings_tabs.ui @@ -192,13 +192,6 @@ </spacer> </item> <item> - <widget class="QCheckBox" name="kcfg_openLinksInNewWindow"> - <property name="text"> - <string>Don't use tabs: open links in new windows</string> - </property> - </widget> - </item> - <item> <widget class="QCheckBox" name="kcfg_openExternalLinksInNewWindow"> <property name="text"> <string>Open as new window when URL is called externally</string> |