CComponentsFrmClock: Fix thread handling

- Set clock activ = false for default
This commit is contained in:
M. Liebmann
2014-02-13 18:18:59 +01:00
parent 0be3cb731d
commit ddc826ab51
4 changed files with 14 additions and 6 deletions

View File

@@ -2123,7 +2123,7 @@ void CChannelList::paintHead()
if (g_Sectionsd->getIsTimeSet()) {
if (headerClock == NULL) {
headerClock = new CComponentsFrmClock(0, 0, 0, 0, "%H:%M");
headerClock = new CComponentsFrmClock(0, 0, 0, 0, "%H:%M", true);
headerClock->setClockBlink("%H %M");
headerClock->setClockIntervall(1);