mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
* Don't reset the resolver's icon if we couldn't retrieve one in ResolverAccount.
This commit is contained in:
committed by
Michael Zanetti
parent
e48b4096b9
commit
277edfe8ca
@@ -552,9 +552,9 @@ AtticaResolverAccount::loadIcon()
|
|||||||
if ( m_resolver.isNull() )
|
if ( m_resolver.isNull() )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
||||||
m_icon = AtticaManager::instance()->iconForResolver( AtticaManager::instance()->resolverForId( m_atticaId ) );
|
m_icon = AtticaManager::instance()->iconForResolver( AtticaManager::instance()->resolverForId( m_atticaId ) );
|
||||||
m_resolver.data()->setIcon( m_icon );
|
if ( !m_icon.isNull() )
|
||||||
|
m_resolver.data()->setIcon( m_icon );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user