1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 11:50:37 +02:00

re-enable avatars in recently played tracks list, as per TWK-346

This commit is contained in:
Leo Franchi
2011-08-11 18:24:39 -04:00
parent a9c0d5f820
commit 11f7f4a25e

View File

@@ -184,7 +184,7 @@ PlaylistItemDelegate::paintShort( QPainter* painter, const QStyleOptionViewItem&
else
lowerText = QString( "played %1 ago by %2" ).arg( playtime ).arg( source->friendlyName() );
// pixmap = source->avatar();
pixmap = source->avatar();
}
if ( pixmap.isNull() )