]> cloud.milkyroute.net Git - dolphin.git/commitdiff
assure that the view actions are updated when the split view is activated
authorPeter Penz <peter.penz19@gmail.com>
Thu, 7 Jun 2007 21:41:22 +0000 (21:41 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Thu, 7 Jun 2007 21:41:22 +0000 (21:41 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=672702

src/dolphinmainwindow.cpp

index ebc0bd43efd6856d0ad1e69a7c468ac4ae4e52ab..8467a545a07791fee858aa2d029ed07f637568bc 100644 (file)
@@ -779,7 +779,9 @@ void DolphinMainWindow::toggleSplitView()
         m_viewContainer[SecondaryIdx]->deleteLater();
         m_viewContainer[SecondaryIdx] = 0;
     }
+
     setActiveView(m_viewContainer[PrimaryIdx]);
+    updateViewActions();
     emit activeViewChanged();
 }