┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-02-25 20:54:02 +0000
committerPeter Penz <[email protected]>2010-02-25 20:54:02 +0000
commit08f93a673d519de4cb6ecc35b151f674366fbb3d (patch)
tree2315ca820926673eeb7232d78ca48ef6b4dc7921 /src
parentdf6bc98ded7d55b506ba3498490e5894b0b99b23 (diff)
Request the activation of the view, even if the column is marked as active already: The activation state of a column is independent from from the activation state of the view.
This fixes the regression that items for inactive views containing columns get triggered. BUG: 227472 svn path=/trunk/KDE/kdebase/apps/; revision=1096114
Diffstat (limited to 'src')
-rw-r--r--src/dolphincolumnview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphincolumnview.cpp b/src/dolphincolumnview.cpp
index c89a645de..11ecf8aa7 100644
--- a/src/dolphincolumnview.cpp
+++ b/src/dolphincolumnview.cpp
@@ -388,6 +388,7 @@ void DolphinColumnView::slotEntered(const QModelIndex& index)
void DolphinColumnView::requestActivation()
{
+ m_container->m_controller->requestActivation();
if (!m_active) {
m_container->requestActivation(this);
selectionModel()->clear();