application/src/PodcastSearchView.cpp
changeset 100 eefed4bda2e2
parent 93 c2f1ea38ec70
child 101 68b48f53a8ec
equal deleted inserted replaced
99:46baf9a7cadd 100:eefed4bda2e2
   147 {
   147 {
   148 	DP("CPodcastSearchView::HandleListBoxEventL BEGIN");
   148 	DP("CPodcastSearchView::HandleListBoxEventL BEGIN");
   149 	switch(aEventType)
   149 	switch(aEventType)
   150 	{
   150 	{
   151 	case EEventEnterKeyPressed:
   151 	case EEventEnterKeyPressed:
       
   152 	case EEventItemSingleClicked:
   152 	case EEventItemDoubleClicked:
   153 	case EEventItemDoubleClicked:
   153 	case EEventItemActioned:
   154 	case EEventItemActioned:
   154 		{
   155 		{
   155 		HandleCommandL(EPodcastAddSearchResult);
   156 		HandleCommandL(EPodcastAddSearchResult);
   156 		}
   157 		}