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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 78f51baf66
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-26 (Sun, 26 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
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

@@ -1322,7 +1322,7 @@ void CFileBrowser::paintHead()
while ((fnt_title->getRenderWidth(&l_name[i]) > width - 20) && (i < l))
i++;
CComponentsHeader header(x, y, width, theight, &l_name[i], NULL /*no header icon*/);
CComponentsHeader header(x, y, width, theight, &l_name[i]);
header.paint(CC_SAVE_SCREEN_NO);
free(l_name);