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