svn path=/trunk/KDE/kdebase/apps/; revision=923757
void DolphinColumnWidget::deactivate()
{
clearFocus();
void DolphinColumnWidget::deactivate()
{
clearFocus();
+ disconnect(this, SIGNAL(clicked(const QModelIndex&)),
+ m_view->m_controller, SLOT(requestTab(const QModelIndex&)));
disconnect(this, SIGNAL(clicked(const QModelIndex&)),
this, SLOT(slotClicked(const QModelIndex&)));
disconnect(this, SIGNAL(doubleClicked(const QModelIndex&)),
disconnect(this, SIGNAL(clicked(const QModelIndex&)),
this, SLOT(slotClicked(const QModelIndex&)));
disconnect(this, SIGNAL(doubleClicked(const QModelIndex&)),