omads/omadsappui/AspSyncUtil/src/AspContentDialog.cpp
changeset 1 95fdac6ccb5c
parent 0 dab8a81a92de
equal deleted inserted replaced
0:dab8a81a92de 1:95fdac6ccb5c
   544 void CAspContentDialog::HandleListBoxEventL(CEikListBox* /*aListBox*/, 
   544 void CAspContentDialog::HandleListBoxEventL(CEikListBox* /*aListBox*/, 
   545                                             TListBoxEvent aEventType)
   545                                             TListBoxEvent aEventType)
   546 	{
   546 	{
   547     switch ( aEventType )
   547     switch ( aEventType )
   548         {
   548         {
   549         case EEventItemDoubleClicked:
   549         case EEventItemSingleClicked:
   550             HandleOKL();
   550             HandleOKL();
   551             break;
   551             break;
   552         default:
   552         default:
   553            break;
   553            break;
   554         }
   554         }