mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
CComponentsFrmClock: Fix thread handling
- Set clock activ = false for default
Origin commit data
------------------
Commit: ddc826ab51
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-02-13 (Thu, 13 Feb 2014)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user