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