diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinview.cpp | 5 |
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()); |
