summaryrefslogtreecommitdiff
path: root/src/rekonq.kcfg
diff options
context:
space:
mode:
authorDimitrios Christidis <dchristidis@ceid.upatras.gr>2013-02-10 13:01:47 +0200
committerAndrea Diamantini <adjam7@gmail.com>2013-02-12 09:25:04 +0100
commit20bb3a65bb4aa199a22f126266af836c4e2ec592 (patch)
treec9ad604837a9d325272e74ca34b5e7293224dad3 /src/rekonq.kcfg
parentSVN_SILENT made messages (.desktop file) (diff)
downloadrekonq-20bb3a65bb4aa199a22f126266af836c4e2ec592.tar.xz
Open new tabs in the foreground.
Adds a new configuration option (disabled by default) to open links in new tabs in the foreground. BUG: 313794 REVIEW: 108801 Signed-off-by: Andrea Diamantini <adjam7@gmail.com>
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r--src/rekonq.kcfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg
index 6303dcde..3cb7989c 100644
--- a/src/rekonq.kcfg
+++ b/src/rekonq.kcfg
@@ -122,6 +122,9 @@
<entry name="openNewTabsNextToCurrent" type="Bool">
<default>true</default>
</entry>
+ <entry name="openNewTabsInForeground" type="Bool">
+ <default>false</default>
+ </entry>
</group>