application/src/PodcastShowsView.cpp
changeset 100 eefed4bda2e2
parent 99 46baf9a7cadd
child 110 4ec84fbc7b27
equal deleted inserted replaced
99:46baf9a7cadd 100:eefed4bda2e2
   313 void CPodcastShowsView::HandleListBoxEventL(CEikListBox* /*aListBox*/,
   313 void CPodcastShowsView::HandleListBoxEventL(CEikListBox* /*aListBox*/,
   314 		TListBoxEvent aEventType)
   314 		TListBoxEvent aEventType)
   315 	{
   315 	{
   316 	switch (aEventType)
   316 	switch (aEventType)
   317 		{
   317 		{
   318 		case EEventItemClicked:
   318 		case EEventItemSingleClicked:
   319 		case EEventEnterKeyPressed:		
   319 		case EEventEnterKeyPressed:		
   320 		case EEventItemActioned:
   320 		case EEventItemActioned:
   321 		case EEventItemDoubleClicked:
   321 		case EEventItemDoubleClicked:
   322 			{
   322 			{
   323 			RShowInfoArray &fItems = iPodcastModel.ActiveShowList();
   323 			RShowInfoArray &fItems = iPodcastModel.ActiveShowList();