assure that the view actions are updated when the split view is activated

svn path=/trunk/KDE/kdebase/apps/; revision=672702
This commit is contained in:
Peter Penz 2007-06-07 21:41:22 +00:00
parent c6ab90e776
commit ce4dd84c27

View file

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