┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-12-02 18:36:42 +0000
committerPeter Penz <[email protected]>2008-12-02 18:36:42 +0000
commitfe06efe73454d5a05a56b2e364bef042eb982636 (patch)
tree5c65705f311b45493ae7c88ade45b83a26db40f8 /src/dolphinmainwindow.cpp
parent0577164fbd3aa161eaf323fad02ac12d7b0a1ae9 (diff)
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
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
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);
}
}