From f71499e5f7434b255b8afef4f60ce8c6269e5411 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Mon, 7 Mar 2016 16:15:29 +0300 Subject: [PATCH] gui/epgview.cpp: fix tmdb logo Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/e93332a56f0278c36e82da17ada82e5ce3e45b37 Author: [CST] Focus Date: 2016-03-07 (Mon, 07 Mar 2016) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/epgview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index 2d0bc5263..ab674d61f 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -938,9 +938,9 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start } else { epgText = epgText_saved; textCount = epgText.size(); + tmdbtoggle = !tmdbtoggle; stars=0; showText(showPos, sy + toph); - tmdbtoggle = !tmdbtoggle; } break; }