From 7df6e8c1535d68bdd778326814a4de7c8553f355 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Sun, 7 Aug 2011 12:40:59 -0400 Subject: [PATCH] use avatar icon in recently played tracks for not-found avatars --- 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 19ff35811..0a51adc9d 100644 --- a/src/libtomahawk/playlist/playlistitemdelegate.cpp +++ b/src/libtomahawk/playlist/playlistitemdelegate.cpp @@ -188,7 +188,7 @@ PlaylistItemDelegate::paintShort( QPainter* painter, const QStyleOptionViewItem& } if ( pixmap.isNull() ) - pixmap = QPixmap( RESPATH "images/no-album-art-placeholder.png" ); + pixmap = QPixmap( RESPATH "images/user-avatar.png" ); painter->save(); {