From fe06efe73454d5a05a56b2e364bef042eb982636 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 2 Dec 2008 18:36:42 +0000 Subject: [PATCH] open the tab in the background when "Open in new tab" is selected with the context menu (-> consistent behavior with middle click) svn path=/trunk/KDE/kdebase/apps/; revision=891716 --- src/dolphinmainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 053390d29..ebb11ba5b 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -357,7 +357,6 @@ void DolphinMainWindow::openInNewTab() const KFileItemList list = m_activeViewContainer->view()->selectedItems(); if ((list.count() == 1) && list[0].isDir()) { openNewTab(m_activeViewContainer->view()->selectedUrls()[0]); - m_tabBar->setCurrentIndex(m_viewTab.count() - 1); } } -- 2.47.3