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
This commit is contained in:
Peter Penz 2007-06-12 19:26:34 +00:00
parent 0d3657cb06
commit 329aa0c5f7

View file

@ -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());