1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-22 00:42:04 +02:00

Make sure to re-enable resolver when overwriting attica with local installed

This commit is contained in:
Leo Franchi 2012-05-24 16:12:24 -04:00
parent d14e14d25a
commit e571050758

@ -313,6 +313,7 @@ SpotifyAccount::setManualResolverPath( const QString &resolverPath )
if ( !m_spotifyResolver.isNull() )
{
// replace
AccountManager::instance()->disableAccount( this );
NewClosure( m_spotifyResolver.data(), SIGNAL( destroyed() ), this, SLOT( hookupAfterDeletion( bool ) ), true );
m_spotifyResolver.data()->deleteLater();
}