From ce4dd84c27113aff554ad11e50ce1ea7727d828b Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 7 Jun 2007 21:41:22 +0000 Subject: [PATCH] assure that the view actions are updated when the split view is activated svn path=/trunk/KDE/kdebase/apps/; revision=672702 --- src/dolphinmainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) 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(); } -- 2.47.3