From 8a85b8bbc69db9297c326ca7659bbe9dcfff93e0 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Sun, 8 Apr 2012 11:31:11 -0400 Subject: [PATCH] Fix changing connect status --- src/libtomahawk/utils/PixmapDelegateFader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libtomahawk/utils/PixmapDelegateFader.cpp b/src/libtomahawk/utils/PixmapDelegateFader.cpp index 9001949e3..5b4637be8 100644 --- a/src/libtomahawk/utils/PixmapDelegateFader.cpp +++ b/src/libtomahawk/utils/PixmapDelegateFader.cpp @@ -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() )