phonebookui/Phonebook2/remotecontactlookup/engine/src/cpbkxrclresultinfodlg.cpp
branchRCL_3
changeset 32 2828b4d142c0
parent 26 0d28c1c5b6dd
child 64 c1e8ba0c2b16
equal deleted inserted replaced
26:0d28c1c5b6dd 32:2828b4d142c0
   834                  {
   834                  {
   835                  case TPointerEvent::EButton1Down:
   835                  case TPointerEvent::EButton1Down:
   836                  case TPointerEvent::EButton1Up:   //falltrough from EButton1Down
   836                  case TPointerEvent::EButton1Up:   //falltrough from EButton1Down
   837                      iVisibleFocusOnList = EFalse; 
   837                      iVisibleFocusOnList = EFalse; 
   838                      listBox->HandlePointerEventL( aPointerEvent ); 
   838                      listBox->HandlePointerEventL( aPointerEvent ); 
       
   839                      break;
       
   840                      
       
   841                  default:
       
   842                      listBox->HandlePointerEventL( aPointerEvent );
   839                      break;
   843                      break;
   840                  }
   844                  }
   841              }
   845              }
   842          }     
   846          }     
   843     }
   847     }