idlehomescreen/xmluirendering/renderingplugins/xnclockfactory/src/xnclockadapter.cpp
branchRCL_3
changeset 11 ff572dfe6d86
parent 5 c743ef5928ba
child 12 9674c1a575e9
equal deleted inserted replaced
9:f966699dea19 11:ff572dfe6d86
   273     if( foreground != iForeground && IsVisible() )            
   273     if( foreground != iForeground && IsVisible() )            
   274         {
   274         {
   275         if( iForeground )
   275         if( iForeground )
   276             {
   276             {
   277             UpdateDisplay(); // starts timer after update
   277             UpdateDisplay(); // starts timer after update
       
   278             iClockControl->StartTimer();
   278             }
   279             }
   279         else
   280         else
   280             {
   281             {
   281             iClockControl->StopTimer();
   282             iClockControl->StopTimer();
   282             }            
   283             }