From 511d0ff5c0cc7ec535e10bc14521dbfe9427b78b Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 25 Dec 2018 01:12:16 +0100 Subject: [PATCH] lcd4l: re-enable event logos Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/5f959d71657fad76d78e6e38b838c16405e0848d Author: vanhofen Date: 2018-12-25 (Tue, 25 Dec 2018) Origin message was: ------------------ - lcd4l: re-enable event logos ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/lcd4l.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/driver/lcd4l.cpp b/src/driver/lcd4l.cpp index 6742688b9..b02b20a0d 100644 --- a/src/driver/lcd4l.cpp +++ b/src/driver/lcd4l.cpp @@ -598,7 +598,7 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun) else Service = g_RemoteControl->getCurrentChannelName(); - g_PicViewer->GetLogoName(parseID, Service, Logo, &dummy, &dummy, true); + g_PicViewer->GetLogoName(parseID, Service, Logo, &dummy, &dummy, true, true); ChannelNr = CNeutrinoApp::getInstance()->channelList->getActiveChannelNumber(); } @@ -663,7 +663,7 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun) { if (!g_PicViewer->GetLogoName(CMoviePlayerGui::getInstance().p_movie_info->channelId, CMoviePlayerGui::getInstance().p_movie_info->channelName, - Logo, &dummy, &dummy, true)) + Logo, &dummy, &dummy, true, true)) Logo = ICONSDIR "/" NEUTRINO_ICON_PLAY ICONSEXT; } else /* show play-icon */