gssettingsuis/Gs/GSDisplayPlugin/Src/GSDisplayPluginContainer.cpp
branchRCL_3
changeset 11 23553eb4e470
parent 0 8c5d936e5675
child 17 3b47783fdf16
equal deleted inserted replaced
10:c8b9b0986973 11:23553eb4e470
   390 //
   390 //
   391 // ---------------------------------------------------------------------------
   391 // ---------------------------------------------------------------------------
   392 //
   392 //
   393 void CGSDisplayPluginContainer::MakeSSPItemL()
   393 void CGSDisplayPluginContainer::MakeSSPItemL()
   394     {
   394     {
   395     TInt timeOut = iModel->ScreenSaverPeriodL();
   395     TInt timeOut = iModel->ScreenSaverAndKeyguardPeriodL();
   396     HBufC* dynamicText = CAknSlider::CreateValueTextInHBufCL( timeOut,
   396     HBufC* dynamicText = CAknSlider::CreateValueTextInHBufCL( timeOut,
   397                                      R_SETTING_SCREEN_SAVER_SLIDER );
   397                                      R_SETTING_SCREEN_SAVER_SLIDER );
   398 
   398 
   399     // for A&H number conversion
   399     // for A&H number conversion
   400     TPtr bufPtr = dynamicText->Des();
   400     TPtr bufPtr = dynamicText->Des();