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
This commit is contained in:
Peter Penz 2008-12-02 18:36:42 +00:00
parent 0577164fbd
commit fe06efe734

View file

@ -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);
}
}