From f28bf35c8aa66a6064a49bacd8acd1fe8bb0bf5a Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Wed, 11 Dec 2013 14:26:29 +0100 Subject: [PATCH] CInfoViewer: Not start clock thread Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/78bdef9c0a0ad8d83e9974d15e0a57100d4dc510 Author: Michael Liebmann Date: 2013-12-11 (Wed, 11 Dec 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/infoviewer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index ab7880295..f55b44f27 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -257,6 +257,7 @@ void CInfoViewer::paintTime (bool show_dot) if (clock == NULL){ clock = new CComponentsFrmClock(); clock->doPaintBg(false); + clock->setClockActiv(false); } clock->setColorBody(COL_INFOBAR_PLUS_0);