1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 01:39:42 +01:00

Fix changing connect status

This commit is contained in:
Jeff Mitchell 2012-04-08 11:31:11 -04:00
parent ff3770a464
commit 8a85b8bbc6

View File

@ -272,6 +272,7 @@ PixmapDelegateFader::onAnimationFinished()
m_oldReference = QPixmap();
onAnimationStep( INT_MAX );
m_connectedToStl = false;
disconnect( stlInstance().data(), SIGNAL( frameChanged( int ) ), this, SLOT( onAnimationStep( int ) ) );
if ( !m_pixmapQueue.isEmpty() )