]> cloud.milkyroute.net Git - dolphin.git/commitdiff
open the tab in the background when "Open in new tab" is selected with the context...
authorPeter Penz <peter.penz19@gmail.com>
Tue, 2 Dec 2008 18:36:42 +0000 (18:36 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Tue, 2 Dec 2008 18:36:42 +0000 (18:36 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=891716

src/dolphinmainwindow.cpp

index 053390d29397a60fb998a1998d95b9902c67cbb5..ebb11ba5b5a06e6e0eb9864a8c6d01076553b81b 100644 (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);
     }
 }