diff options
| author | Peter Penz <[email protected]> | 2008-12-02 18:36:42 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-12-02 18:36:42 +0000 |
| commit | fe06efe73454d5a05a56b2e364bef042eb982636 (patch) | |
| tree | 5c65705f311b45493ae7c88ade45b83a26db40f8 /src/dolphinmainwindow.cpp | |
| parent | 0577164fbd3aa161eaf323fad02ac12d7b0a1ae9 (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.cpp | 1 |
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); } } |
