diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-20 01:21:19 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-20 01:21:19 +0200 |
commit | ecd2a52034f4b3a64a17dfd6e33a05683076efa6 (patch) | |
tree | f809f1430bf823a9d5e0f56a61675bbe3d165bed /src/rekonq.kcfg | |
parent | open a new tab on double click on empty tab area (diff) | |
download | rekonq-ecd2a52034f4b3a64a17dfd6e33a05683076efa6.tar.xz |
Applied (and refactored) patch from Matgic78 about smart opening
of external links.
rekonq now behaves as discussed (no settings required).
So, it opens links in a window in the current desktop
Every other behaviour... is a bug!!
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r-- | src/rekonq.kcfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg index 3de675f8..1a190fff 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -37,9 +37,6 @@ <entry name="openTabNoWindow" type="Bool"> <default>true</default> </entry> - <entry name="externalUrlNewTab" type="Bool"> - <default>true</default> - </entry> <entry name="alwaysShowTabBar" type="Bool"> <default>true</default> </entry> |