--- a/uifw/AvKon/src/AknTransparentCameraSettingPage.cpp Mon Mar 15 12:41:34 2010 +0200
+++ b/uifw/AvKon/src/AknTransparentCameraSettingPage.cpp Wed Mar 31 21:59:52 2010 +0300
@@ -347,9 +347,16 @@
// Respond to softkey events
switch (aCommandId)
{
+ case EAknSoftkeySelect:
+ {
+ if ( EnableSingleClickHighlight( aCommandId ) )
+ {
+ break;
+ }
+ // no single click mode was enabled, fall through
+ }
case EAknSoftkeyOk:
- case EAknSoftkeySelect:
- case EAknSoftkeyDone:
+ case EAknSoftkeyDone:
SelectCurrentItemL(); // has non-trivial implemenations in listbox type
// controls to put the selection on the current item
AttemptExitL(ETrue);