┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinview.cpp')
-rw-r--r--src/dolphinview.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp
index a424bcbb5..b16a61e1b 100644
--- a/src/dolphinview.cpp
+++ b/src/dolphinview.cpp
@@ -185,16 +185,6 @@ void DolphinView::setMode(Mode mode)
m_mode = mode;
- if (isColumnViewActive()) {
- // When changing the mode in the column view, it makes sense
- // to go back to the root URL of the column view automatically.
- // Otherwise there it would not be possible to turn off the column view
- // without focusing the first column.
- const KUrl root = rootUrl();
- setUrl(root);
- m_controller->setUrl(root);
- }
-
deleteView();
const KUrl viewPropsUrl = viewPropertiesUrl();