┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-06-12 19:26:34 +0000
committerPeter Penz <[email protected]>2007-06-12 19:26:34 +0000
commit329aa0c5f7327f71f4727ab9c42d3e8d2005b4aa (patch)
treecc4988c5444a50f4a9f3d9cadac5679e2af67858 /src/dolphinview.cpp
parent0d3657cb060304dc234c9b0355432b38d869b3bb (diff)
assure that when switching the view mode from a column view to another view, that the URL from the dir lister is used instead of the URL from the navigator (has been temporary deactivated because of the DolphinView/DolphinViewContainer split)
svn path=/trunk/KDE/kdebase/apps/; revision=674652
Diffstat (limited to 'src/dolphinview.cpp')
-rw-r--r--src/dolphinview.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp
index d69626f65..5d7ab076f 100644
--- a/src/dolphinview.cpp
+++ b/src/dolphinview.cpp
@@ -171,9 +171,8 @@ void DolphinView::setMode(Mode mode)
// 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.
- // TODO: reactivate again after DolphinView/DolphinViewController split works
- //setUrl(m_dirLister->url());
- //m_controller->setUrl(m_dirLister->url());
+ setUrl(m_dirLister->url());
+ m_controller->setUrl(m_dirLister->url());
}
ViewProperties props(url());