gui/timeosd: don't instantiate CComponentsFrmClock in active mode

Conflicts:
	src/gui/timeosd.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: a70560ea58
Author: martii <m4rtii@gmx.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)



------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-01-12 15:35:53 +01:00
committed by [CST] Focus
parent 103189a788
commit f9c8a5ddf9

View File

@@ -36,7 +36,7 @@
CTimeOSD::CTimeOSD():CComponentsFrmClock( 0, 0, 0, 50, "%H:%M:%S", true, NULL, CC_SHADOW_ON, COL_LIGHT_GRAY, COL_MENUCONTENT_PLUS_0,COL_MENUCONTENTDARK_PLUS_0)
CTimeOSD::CTimeOSD():CComponentsFrmClock( 0, 0, 0, 50, "%H:%M:%S", false, NULL, CC_SHADOW_ON, COL_LIGHT_GRAY, COL_MENUCONTENT_PLUS_0,COL_MENUCONTENTDARK_PLUS_0)
{
Init();
}