summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanagiotis Papadopoulos <pano_90@gmx.net>2010-09-10 14:46:52 +0200
committerPanagiotis Papadopoulos <pano_90@gmx.net>2010-09-10 14:46:52 +0200
commit404e2ac5433365c1e415c53f751a191f47b85cdf (patch)
tree86227fe8cdc39b4a66210ec0cdea0352ccbc3ad0
parentReimplemented the clearIconCache method (diff)
downloadrekonq-404e2ac5433365c1e415c53f751a191f47b85cdf.tar.xz
honor the "open tabs in the background" for the search with feature
-rw-r--r--src/webview.cpp2
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);
}