From f83231ec06b3db3f2fe2ffed4a191e023f2df6b6 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Wed, 26 Oct 2016 18:31:44 +0200 Subject: [PATCH] src/gui/timerlist.cpp update timerlist after show epgview Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/48c596e2cae1336bee22ecd9dd8f8243c944f530 Author: Jacek Jendrzej Date: 2016-10-26 (Wed, 26 Oct 2016) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/timerlist.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gui/timerlist.cpp b/src/gui/timerlist.cpp index 27172088a..387371448 100644 --- a/src/gui/timerlist.cpp +++ b/src/gui/timerlist.cpp @@ -934,9 +934,10 @@ int CTimerList::show() if (timer->eventType == CTimerd::TIMER_RECORD || timer->eventType == CTimerd::TIMER_REMOTEBOX || timer->eventType == CTimerd::TIMER_ZAPTO) { hide(); - if (timer->epgID != 0) + if (timer->epgID != 0){ res = g_EpgData->show(timer->channel_id, timer->epgID, &timer->epg_starttime); - else + update=true; + }else ShowHint(LOCALE_MESSAGEBOX_INFO, LOCALE_EPGVIEWER_NOTFOUND); if (res==menu_return::RETURN_EXIT_ALL) loop=false;