From 11f7f4a25e03cf8a3f45fb6818deea7c718890fc Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Thu, 11 Aug 2011 18:24:39 -0400 Subject: [PATCH] re-enable avatars in recently played tracks list, as per TWK-346 --- src/libtomahawk/playlist/playlistitemdelegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/playlist/playlistitemdelegate.cpp b/src/libtomahawk/playlist/playlistitemdelegate.cpp index 3b0a653f5..88056189b 100644 --- a/src/libtomahawk/playlist/playlistitemdelegate.cpp +++ b/src/libtomahawk/playlist/playlistitemdelegate.cpp @@ -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() )