diff --git a/src/tomahawk/sourcetree/SourceDelegate.cpp b/src/tomahawk/sourcetree/SourceDelegate.cpp index 4aeb436e6..299230023 100644 --- a/src/tomahawk/sourcetree/SourceDelegate.cpp +++ b/src/tomahawk/sourcetree/SourceDelegate.cpp @@ -246,8 +246,7 @@ SourceDelegate::paintCollection( QPainter* painter, const QStyleOptionViewItem& } avatar = colItem->pixmap( iconRect.size() ); - - isPlaying = !( colItem->source()->currentTrack().isNull() ); + isPlaying = !colItem->source()->currentTrack().isNull(); desc = colItem->source()->textStatus(); if ( colItem->source().isNull() ) desc = tr( "All available tracks" );