voicerecorder/AppSrc/CVRSettingsDialogMMCSupported.cpp
branchRCL_3
changeset 5 35a9006a7fc7
parent 0 845549f293a7
child 13 4e5b531d23cb
equal deleted inserted replaced
1:8434d5964e15 5:35a9006a7fc7
   217 void CVRSettingsDialog::HandleListBoxEventL( CEikListBox* aListBox, TListBoxEvent aEventType)
   217 void CVRSettingsDialog::HandleListBoxEventL( CEikListBox* aListBox, TListBoxEvent aEventType)
   218 	{
   218 	{
   219 
   219 
   220 	switch ( aEventType )
   220 	switch ( aEventType )
   221 		{
   221 		{
       
   222 #ifdef SINGLE_CLICK_INCLUDED
       
   223         case EEventItemSingleClicked:
       
   224 #endif
   222 		case EEventItemDoubleClicked: // Pointer events (highlighted item before pressing) 
   225 		case EEventItemDoubleClicked: // Pointer events (highlighted item before pressing) 
   223 		case EEventEnterKeyPressed:	// Normal button presses
   226 		case EEventEnterKeyPressed:	// Normal button presses
   224 		case EEventEditingStarted: // From ProcessCommand->ECmdChange
   227 		case EEventEditingStarted: // From ProcessCommand->ECmdChange
   225 			{
   228 			{
   226 			TInt index( aListBox->CurrentItemIndex() );
   229 			TInt index( aListBox->CurrentItemIndex() );