1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-31 13:48:09 +01:00

* Disable opening track page from QueryLabel.

This commit is contained in:
Christian Muehlhaeuser 2014-08-20 07:32:06 +02:00
parent 7611a5546d
commit dbfbc7bf75

View File

@ -375,9 +375,9 @@ QueryLabel::mouseReleaseEvent( QMouseEvent* event )
}
default:
ViewManager::instance()->show( m_query );
emit clicked();
// ViewManager::instance()->show( m_query );
}
emit clicked();
}
}