mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Make sure to re-enable resolver when overwriting attica with local installed
This commit is contained in:
@@ -313,6 +313,7 @@ SpotifyAccount::setManualResolverPath( const QString &resolverPath )
|
|||||||
if ( !m_spotifyResolver.isNull() )
|
if ( !m_spotifyResolver.isNull() )
|
||||||
{
|
{
|
||||||
// replace
|
// replace
|
||||||
|
AccountManager::instance()->disableAccount( this );
|
||||||
NewClosure( m_spotifyResolver.data(), SIGNAL( destroyed() ), this, SLOT( hookupAfterDeletion( bool ) ), true );
|
NewClosure( m_spotifyResolver.data(), SIGNAL( destroyed() ), this, SLOT( hookupAfterDeletion( bool ) ), true );
|
||||||
m_spotifyResolver.data()->deleteLater();
|
m_spotifyResolver.data()->deleteLater();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user