diff --git a/src/TomahawkWindow.cpp b/src/TomahawkWindow.cpp index 8ad2ee3a9..09e6fe70d 100644 --- a/src/TomahawkWindow.cpp +++ b/src/TomahawkWindow.cpp @@ -1044,7 +1044,7 @@ void TomahawkWindow::audioFinished() { #ifdef Q_OS_WIN - disconnect( AudioEngine::instance()->currentTrack()->toQuery().data(), SIGNAL( socialActionsLoaded() ), SLOT( updateWindowsLoveButton() ) ); + disconnect( AudioEngine::instance()->currentTrack()->toQuery().data(), SIGNAL( socialActionsLoaded() ), this, SLOT( updateWindowsLoveButton() ) ); #endif }