--- a/gssettingsuis/Gs/GSDisplayPlugin/Src/PSMDisplayPlugin.cpp Fri Mar 12 15:43:47 2010 +0200
+++ b/gssettingsuis/Gs/GSDisplayPlugin/Src/PSMDisplayPlugin.cpp Mon Mar 15 12:41:46 2010 +0200
@@ -148,7 +148,7 @@
TPsmsrvConfigInfo info5;
info5.iConfigId = EScreenSaverPeriod;
info5.iConfigType = EConfigTypeInt;
- info5.iIntValue = iModel->ScreenSaverPeriodL();
+ info5.iIntValue = iModel->ScreenSaverAndKeyguardPeriodL();
infoArray.Append( info5 );
#ifndef __WINS__
@@ -195,7 +195,7 @@
if ( iModel->CheckScreenSaverTimeoutSupportL() )
{
- iModel->SetScreenSaverPeriodL( infoArray[4].iIntValue );
+ iModel->SetScreenSaverAndKeyguardPeriodL( infoArray[4].iIntValue );
}
iModel->SetBacklightPeriodL( infoArray[1].iIntValue );