From 4ad10fb4c2501c991b390d03aa949e0a7df9aa73 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Fri, 17 Feb 2017 16:02:02 +0100 Subject: [PATCH] Bring back colored bullet points in artist info --- src/lastfm_service.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lastfm_service.cpp b/src/lastfm_service.cpp index 57b96cd1..7b09fd6c 100644 --- a/src/lastfm_service.cpp +++ b/src/lastfm_service.cpp @@ -94,8 +94,8 @@ void ArtistInfo::beautifyOutput(NC::Scrollpad &w) { w.setProperties(NC::Format::Bold, "\n\nSimilar artists:\n", NC::Format::NoBold, 0); w.setProperties(NC::Format::Bold, "\n\nSimilar tags:\n", NC::Format::NoBold, 0); - // FIXME - //w.setProperties(Config.color2, "\n * ", NC::Color::End, 0, boost::regex::literal); + w.setProperties(Config.color2.color(), "\n * ", NC::Color::End, 0, + boost::regex::literal); } Service::Result ArtistInfo::processData(const std::string &data)