diff options
author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-09-10 14:46:52 +0200 |
---|---|---|
committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-09-10 14:46:52 +0200 |
commit | 404e2ac5433365c1e415c53f751a191f47b85cdf (patch) | |
tree | 86227fe8cdc39b4a66210ec0cdea0352ccbc3ad0 /src/webview.cpp | |
parent | Reimplemented the clearIconCache method (diff) | |
download | rekonq-404e2ac5433365c1e415c53f751a191f47b85cdf.tar.xz |
honor the "open tabs in the background" for the search with feature
Diffstat (limited to 'src/webview.cpp')
-rw-r--r-- | src/webview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.cpp b/src/webview.cpp index dfa08f96..8be744ad 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -427,7 +427,7 @@ void WebView::search() KService::Ptr engine = KService::serviceByDesktopPath(a->data().toString()); KUrl urlSearch = KUrl(SearchEngine::buildQuery(engine, selectedText())); - emit loadUrl(urlSearch, Rekonq::NewFocusedTab); + emit loadUrl(urlSearch, Rekonq::NewTab); } |