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/settings_general.ui | |
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/settings_general.ui')
-rw-r--r-- | src/settings_general.ui | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/settings_general.ui b/src/settings_general.ui index 6de49e64..66f9e7e9 100644 --- a/src/settings_general.ui +++ b/src/settings_general.ui @@ -119,13 +119,6 @@ </widget> </item> <item> - <widget class="QCheckBox" name="kcfg_externalUrlNewTab"> - <property name="text"> - <string>Open external URLs as new tab in existing window</string> - </property> - </widget> - </item> - <item> <widget class="QCheckBox" name="kcfg_alwaysShowTabBar"> <property name="text"> <string>Always show tab bar</string> |