diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-12-30 16:10:43 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-12-30 16:10:43 +0100 |
commit | 8f94218c77c86f8166ef80eeef1f2aa758dc2610 (patch) | |
tree | 9f7b36fd9a988e6a776d56fd98f91d45cafe3dc9 /src | |
parent | Merge branch 'm81' (diff) | |
parent | Fixes bug 201559, tabs are now open respecting settings. (diff) | |
download | rekonq-8f94218c77c86f8166ef80eeef1f2aa758dc2610.tar.xz |
Merge commit 'refs/merge-requests/82' of git://gitorious.org/rekonq/mainline
Diffstat (limited to 'src')
-rw-r--r-- | src/webtab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webtab.cpp b/src/webtab.cpp index 80c43c78..908fc7a3 100644 --- a/src/webtab.cpp +++ b/src/webtab.cpp @@ -152,7 +152,7 @@ void WebTab::loadFinished(bool) void WebTab::loadInNewTab(const KUrl &url) { - Application::instance()->loadUrl(url, Rekonq::NewCurrentTab); + Application::instance()->loadUrl(url, Rekonq::SettingOpenTab); } |