idlehomescreen/xmluirendering/renderingplugins/xnclockfactory/src/xnclockadapter.cpp
changeset 5 c743ef5928ba
parent 0 f72a12da539e
child 15 ff572dfe6d86
equal deleted inserted replaced
4:4d54b72983ae 5:c743ef5928ba
   272 
   272 
   273     if( foreground != iForeground && IsVisible() )            
   273     if( foreground != iForeground && IsVisible() )            
   274         {
   274         {
   275         if( iForeground )
   275         if( iForeground )
   276             {
   276             {
   277             iClockControl->StartTimer();
   277             UpdateDisplay(); // starts timer after update
   278             }
   278             }
   279         else
   279         else
   280             {
   280             {
   281             iClockControl->StopTimer();
   281             iClockControl->StopTimer();
   282             }            
   282             }