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

@@ -591,7 +591,7 @@ void CBouquetList::paintItem(int pos)
void CBouquetList::paintHead()
{
CComponentsHeader header(x, y, width, theight, name, NULL /*no header icon*/);
CComponentsHeader header(x, y, width, theight, name);
header.paint(CC_SAVE_SCREEN_NO);
}