profilesapplication/Profiles/ProfileAiwProvider/src/CPapPopupList.cpp
branchRCL_3
changeset 8 09aa63f9b2bc
parent 0 ca436256272f
equal deleted inserted replaced
4:505e3dff39f6 8:09aa63f9b2bc
    97 void CPapPopupList::HandleListBoxEventL( CEikListBox* aListBox, TListBoxEvent aEventType )
    97 void CPapPopupList::HandleListBoxEventL( CEikListBox* aListBox, TListBoxEvent aEventType )
    98     {
    98     {
    99     switch( aEventType )
    99     switch( aEventType )
   100         {
   100         {
   101         case EEventItemClicked:
   101         case EEventItemClicked:
       
   102         case EEventItemSingleClicked:
   102             UpdateCba();
   103             UpdateCba();
   103             break;
   104             break;
   104 
   105 
   105         default:
   106         default:
   106             break;
   107             break;