timerlist: fix double drawing of timer list

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: b10e5f9231
Author: GetAway <get-away@t-online.de>
Date: 2018-03-01 (Thu, 01 Mar 2018)



------------------
This commit was generated by Migit
This commit is contained in:
GetAway
2018-03-01 12:55:03 +01:00
committed by vanhofen
parent 5b86765f6e
commit 9a2c802031

View File

@@ -1046,14 +1046,13 @@ int CTimerList::show()
if (timer->epgID != 0)
{
res = g_EpgData->show(timer->channel_id, timer->epgID, &timer->epg_starttime);
update = true;
}
else
ShowHint(LOCALE_MESSAGEBOX_INFO, LOCALE_EPGVIEWER_NOTFOUND);
if (res == menu_return::RETURN_EXIT_ALL)
loop = false;
else
paint();
update = true;
}
}
}