From 2ffe15ca52c33e454d7bf0e632fc39752710733f Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 7 Jun 2012 00:10:34 +0200 Subject: Letting SHIFT + MidClick reverse open new tab settings BUG: 299024 --- src/mainwindow.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 7553a424..e0fdf255 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1630,6 +1630,9 @@ void MainWindow::loadCheckedUrl(const KUrl& url, const Rekonq::OpenType& type, Q case Rekonq::NewFocusedTab: tab = mainView()->newWebTab(true); break; + case Rekonq::NewBackGroundTab: + tab = mainView()->newWebTab(false); + break; case Rekonq::NewWindow: rApp->loadUrl(url, type); return; -- cgit v1.2.1