Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++

This commit is contained in:
[CST] Focus
2013-02-26 11:17:18 +04:00
4 changed files with 29 additions and 8 deletions

View File

@@ -2158,6 +2158,7 @@ void CChannelList::paint_events(int index)
evt.description = g_Locale->getText(LOCALE_EPGLIST_NOEVENTS);
evt.eventID = 0;
evt.startTime = 0;
evtlist.push_back(evt);
}
@@ -2218,6 +2219,7 @@ void CChannelList::readEvents(const t_channel_id channel_id)
CChannelEvent evt;
evt.description = g_Locale->getText(LOCALE_EPGLIST_NOEVENTS);
evt.eventID = 0;
evt.startTime = 0;
evtlist.push_back(evt);
}
else

View File

@@ -106,6 +106,7 @@ void CInfoViewerBB::Init()
for (int i = 0; i < CInfoViewerBB::BUTTON_MAX; i++) {
tmp_bbButtonInfoText[i] = "";
bbButtonInfo[i].x = -1;
}
// get HDD info in a separate thread