application/src/PodcastSearchView.cpp
branchSymbian3
changeset 37 1644b7cd063e
parent 35 66c5303f3610
child 51 3a22449b5c73
child 125 70749e2f572d
equal deleted inserted replaced
36:e010fc411ddc 37:1644b7cd063e
   152 void CPodcastSearchView::HandleListBoxEventL(CEikListBox* /* aListBox */, TListBoxEvent aEventType)
   152 void CPodcastSearchView::HandleListBoxEventL(CEikListBox* /* aListBox */, TListBoxEvent aEventType)
   153 {
   153 {
   154 	DP("CPodcastSearchView::HandleListBoxEventL BEGIN");
   154 	DP("CPodcastSearchView::HandleListBoxEventL BEGIN");
   155 	switch(aEventType)
   155 	switch(aEventType)
   156 	{
   156 	{
       
   157 #ifndef SYMBIAN1_UI
       
   158 	case EEventItemClicked:
       
   159 #endif
   157 	case EEventEnterKeyPressed:
   160 	case EEventEnterKeyPressed:
   158 	case EEventItemDoubleClicked:
   161 	case EEventItemDoubleClicked:
   159 	case EEventItemActioned:
   162 	case EEventItemActioned:
   160 		{
   163 		{
   161 		HandleCommandL(EPodcastAddSearchResult);
   164 		HandleCommandL(EPodcastAddSearchResult);