application/src/PodcastQueueView.cpp
changeset 137 eefed4bda2e2
parent 126 c2f1ea38ec70
child 151 17da6d3a5a4b
equal deleted inserted replaced
134:46baf9a7cadd 137:eefed4bda2e2
   142 void CPodcastQueueView::HandleListBoxEventL(CEikListBox* /*aListBox*/,
   142 void CPodcastQueueView::HandleListBoxEventL(CEikListBox* /*aListBox*/,
   143 		TListBoxEvent aEventType)
   143 		TListBoxEvent aEventType)
   144 	{
   144 	{
   145 	switch (aEventType)
   145 	switch (aEventType)
   146 		{
   146 		{
   147 		case EEventItemClicked:
   147 		case EEventItemSingleClicked:
   148 		case EEventEnterKeyPressed:		
   148 		case EEventEnterKeyPressed:		
   149 		case EEventItemActioned:
   149 		case EEventItemActioned:
   150 		case EEventItemDoubleClicked:
   150 		case EEventItemDoubleClicked:
   151 			break;
   151 			break;
   152 		default:
   152 		default: