omads/omadsappui/AspSyncUtil/src/AspFilterDialog.cpp
changeset 1 95fdac6ccb5c
parent 0 dab8a81a92de
equal deleted inserted replaced
0:dab8a81a92de 1:95fdac6ccb5c
   324 // Handle listbox events.
   324 // Handle listbox events.
   325 //------------------------------------------------------------------------------
   325 //------------------------------------------------------------------------------
   326 //
   326 //
   327 void CAspFilterDialog::HandleListBoxEventL(CEikListBox* /*aListBox*/, TListBoxEvent aEventType)
   327 void CAspFilterDialog::HandleListBoxEventL(CEikListBox* /*aListBox*/, TListBoxEvent aEventType)
   328 	{
   328 	{
   329 	if (aEventType == EEventEnterKeyPressed || aEventType == EEventItemDoubleClicked)
   329 	if (aEventType == EEventEnterKeyPressed || aEventType == EEventItemSingleClicked)
   330 		{
   330 		{
   331 		HandleOKL();
   331 		HandleOKL();
   332 		}
   332 		}
   333 	}
   333 	}
   334 
   334