application/src/PodcastQueueView.cpp
changeset 100 eefed4bda2e2
parent 93 c2f1ea38ec70
child 107 17da6d3a5a4b
equal deleted inserted replaced
99:46baf9a7cadd 100: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: