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
This commit is contained in:
Peter Penz 2010-02-25 20:54:02 +00:00
parent df6bc98ded
commit 08f93a673d

View file

@ -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();