equal
deleted
inserted
replaced
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); |