From: Peter Penz Date: Tue, 2 Dec 2008 18:36:42 +0000 (+0000) Subject: open the tab in the background when "Open in new tab" is selected with the context... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/fe06efe73454d5a05a56b2e364bef042eb982636 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 --- 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); } }