┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-06-07 21:41:22 +0000
committerPeter Penz <[email protected]>2007-06-07 21:41:22 +0000
commitce4dd84c27113aff554ad11e50ce1ea7727d828b (patch)
tree5051c3548ef2f9f968f671435a7bb3ad1b4b667d
parentc6ab90e776878db783812afa7f63fcbef90dcbca (diff)
assure that the view actions are updated when the split view is activated
svn path=/trunk/KDE/kdebase/apps/; revision=672702
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 2 insertions, 0 deletions
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();
}