Merge branch 'master' into pu/msgbox

Conflicts:
	src/gui/timerlist.cpp
This commit is contained in:
2016-11-09 00:30:44 +01:00
3 changed files with 265 additions and 212 deletions

View File

@@ -2340,7 +2340,7 @@ void CChannelList::paint_events()
int current_index = paint_events_index;
CChannelEventList evtlist;
readEvents((*chanlist)[current_index]->getChannelID(), evtlist);
readEvents((*chanlist)[current_index]->getEpgID(), evtlist);
if (current_index == paint_events_index) {
pthread_mutex_lock(&paint_events_mutex);
if (current_index == paint_events_index)