]> cloud.milkyroute.net Git - dolphin.git/commitdiff
assure that when switching the view mode from a column view to another view, that...
authorPeter Penz <peter.penz19@gmail.com>
Tue, 12 Jun 2007 19:26:34 +0000 (19:26 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Tue, 12 Jun 2007 19:26:34 +0000 (19:26 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=674652

src/dolphinview.cpp

index d69626f65f645715bfb5a657be8ef788e3499a40..5d7ab076fad0222b7c8fad48e34a4cd8c031f9b7 100644 (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());