From: Peter Penz Date: Thu, 7 Jun 2007 21:41:22 +0000 (+0000) Subject: assure that the view actions are updated when the split view is activated X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/ce4dd84c27113aff554ad11e50ce1ea7727d828b assure that the view actions are updated when the split view is activated svn path=/trunk/KDE/kdebase/apps/; revision=672702 --- diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index ebc0bd43e..8467a545a 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -779,7 +779,9 @@ void DolphinMainWindow::toggleSplitView() m_viewContainer[SecondaryIdx]->deleteLater(); m_viewContainer[SecondaryIdx] = 0; } + setActiveView(m_viewContainer[PrimaryIdx]); + updateViewActions(); emit activeViewChanged(); }