uifw/AvKon/src/AknTransparentCameraSettingPage.cpp
branchRCL_3
changeset 15 08e69e956a8c
parent 4 8ca85d2f0db7
child 23 3d340a0166ff
equal deleted inserted replaced
10:9f56a4e1b8ab 15:08e69e956a8c
   345     HideMenu();
   345     HideMenu();
   346 
   346 
   347     // Respond to softkey events
   347     // Respond to softkey events
   348     switch (aCommandId)
   348     switch (aCommandId)
   349         {
   349         {
       
   350         case EAknSoftkeySelect:
       
   351             {
       
   352             if ( EnableSingleClickHighlight( aCommandId ) )
       
   353                 {
       
   354                 break;                           
       
   355                 } 
       
   356             // no single click mode was enabled, fall through
       
   357             }
   350         case EAknSoftkeyOk:
   358         case EAknSoftkeyOk:
   351         case EAknSoftkeySelect:  
   359         case EAknSoftkeyDone:                    
   352         case EAknSoftkeyDone:
       
   353             SelectCurrentItemL(); // has non-trivial implemenations in listbox type 
   360             SelectCurrentItemL(); // has non-trivial implemenations in listbox type 
   354                                         // controls to put the selection on the current item
   361                                         // controls to put the selection on the current item
   355             AttemptExitL(ETrue);
   362             AttemptExitL(ETrue);
   356             break;
   363             break;
   357         case EAknSoftkeyBack:
   364         case EAknSoftkeyBack: