From: Peter Penz Date: Tue, 12 Jun 2007 19:26:34 +0000 (+0000) Subject: assure that when switching the view mode from a column view to another view, that... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/329aa0c5f7327f71f4727ab9c42d3e8d2005b4aa 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 --- 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());