Merge remote-tracking branch 'check/next-cc-fixed'

This commit is contained in:
Stefan Seyfried
2014-01-26 00:33:08 +01:00
26 changed files with 444 additions and 309 deletions

View File

@@ -125,7 +125,7 @@ void EpgPlus::Header::paint(const char * Name)
{
std::string head = Name ? Name : g_Locale->getText (LOCALE_EPGPLUS_HEAD);
CComponentsHeader header(this->x, this->y, this->width, this->font->getHeight()+4, head, NULL /*no header icon*/);
CComponentsHeader header(this->x, this->y, this->width, this->font->getHeight()+4, head);
header.paint(CC_SAVE_SCREEN_NO);
}