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

lfranchis suggestions

This commit is contained in:
Kilian Lackhove
2012-09-12 18:35:27 +02:00
parent bdbfa5bf63
commit 5990efaa32
3 changed files with 6 additions and 12 deletions

View File

@@ -308,7 +308,7 @@ Result::sourceIcon() const
QPixmap avatar = collection()->source()->avatar( Source::FancyStyle );
if ( !avatar )
{
avatar = TomahawkUtils::createAvatarFrame( QPixmap( RESPATH "images/user-avatar.png" ) );
avatar = TomahawkUtils::defaultPixmap( TomahawkUtils::DefaultSourceAvatar, TomahawkUtils::AvatarInFrame );
}
return avatar;
}