From 329aa0c5f7327f71f4727ab9c42d3e8d2005b4aa Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 12 Jun 2007 19:26:34 +0000 Subject: [PATCH] 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 --- src/dolphinview.cpp | 5 ++--- 1 file 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()); -- 2.47.3