CComponentsFrmClock: Fix thread handling

- Set clock activ = false for default


Origin commit data
------------------
Branch: ni/coolstream
Commit: ddc826ab51
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-02-13 (Thu, 13 Feb 2014)



------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2014-02-13 18:18:59 +01:00
parent 01c4403e57
commit 2c93f6538a
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);