--- a/gssettingsuis/Gs/GSDisplayPlugin/Data/2000B591.xml Tue Apr 27 16:56:32 2010 +0300
+++ b/gssettingsuis/Gs/GSDisplayPlugin/Data/2000B591.xml Tue May 11 16:28:56 2010 +0300
@@ -4,7 +4,7 @@
<SetItem key="2" type="0" value="5"></SetItem> <!--EBacklightPeriod-->
<SetItem key="3" type="0" value="-15"></SetItem> <!--EBrightness-->
<SetItem key="4" type="0" value="1"></SetItem> <!--EAmbientLightSensor-->
- <SetItem key="5" type="0" value="5"></SetItem> <!--EScreenSaverPeriod-->
+ <SetItem key="5" type="0" value="1"></SetItem> <!--EScreenSaverPeriod-->
<SetItem key="6" type="0" value="3"></SetItem> <!--EAutomaticBrightnessContral-->
</Setting>
<Setting mode="2"><!-- partial power saving mode -->
@@ -12,7 +12,7 @@
<SetItem key="2" type="0" value="5"></SetItem> <!--EBacklightPeriod-->
<SetItem key="3" type="0" value="-15"></SetItem> <!--EBrightness-->
<SetItem key="4" type="0" value="1"></SetItem> <!--EAmbientLightSensor-->
- <SetItem key="5" type="0" value="5"></SetItem> <!--EScreenSaverPeriod-->
+ <SetItem key="5" type="0" value="1"></SetItem> <!--EScreenSaverPeriod-->
<SetItem key="6" type="0" value="3"></SetItem> <!--EAutomaticBrightnessContral-->
</Setting>
</PowerSaveModeConfig>
\ No newline at end of file
--- a/profilesservices/FileList/Src/CFLDPopupList.cpp Tue Apr 27 16:56:32 2010 +0300
+++ b/profilesservices/FileList/Src/CFLDPopupList.cpp Tue May 11 16:28:56 2010 +0300
@@ -130,6 +130,7 @@
feedback->InstantFeedback(this, ETouchFeedbackBasic);
}
#endif //RD_TACTILE_FEEDBACK }
+ AttemptExitL(EFalse);
}
CAknPopupList::HandlePointerEventL(aPointerEvent);
}
--- a/profilesservices/MediaFileList/Src/mediafiledialog.cpp Tue Apr 27 16:56:32 2010 +0300
+++ b/profilesservices/MediaFileList/Src/mediafiledialog.cpp Tue May 11 16:28:56 2010 +0300
@@ -3096,14 +3096,14 @@
if ( aEventType == EEventItemDoubleClicked || aEventType == EEventEnterKeyPressed )
{
+ iIsDoubleClicked = ETrue;
TBool closeDialog = HandleOKL( EAttrDoubleClicked );
if ( closeDialog )
{
// close after short delay (dialog cannot be closed from this function)
CloseDialogWithDelayL();
- }
- iIsDoubleClicked = ETrue;
+ }
}
if ( aEventType == EEventItemDraggingActioned )
{