]> cloud.milkyroute.net Git - dolphin.git/commitdiff
The Column Widget would not disconnect it's connection to request a tab(seen with...
authorShaun Reich <shaun.reich@kdemail.net>
Mon, 9 Feb 2009 11:23:40 +0000 (11:23 +0000)
committerShaun Reich <shaun.reich@kdemail.net>
Mon, 9 Feb 2009 11:23:40 +0000 (11:23 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=923757

src/dolphincolumnwidget.cpp

index d2701bdec1f8bde576761d7e451c33831f807279..3fbf92100c2b55ff73f795e571b28967cdb173fd 100644 (file)
@@ -544,7 +544,8 @@ void DolphinColumnWidget::activate()
 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&)),