equal
deleted
inserted
replaced
71 TResourceReader reader; |
71 TResourceReader reader; |
72 iCoeEnv->CreateResourceReaderLC(reader,R_QUEUEVIEW_POPUP_MENU); |
72 iCoeEnv->CreateResourceReaderLC(reader,R_QUEUEVIEW_POPUP_MENU); |
73 iStylusPopupMenu->ConstructFromResourceL(reader); |
73 iStylusPopupMenu->ConstructFromResourceL(reader); |
74 |
74 |
75 CleanupStack::PopAndDestroy(); |
75 CleanupStack::PopAndDestroy(); |
76 |
76 |
77 SetEmptyTextL(R_PODCAST_EMPTY_QUEUE); |
77 SetEmptyTextL(R_PODCAST_EMPTY_QUEUE); |
78 } |
78 } |
79 |
79 |
80 TKeyResponse CPodcastQueueView::OfferKeyEventL(const TKeyEvent& aKeyEvent,TEventCode aType) |
80 TKeyResponse CPodcastQueueView::OfferKeyEventL(const TKeyEvent& aKeyEvent,TEventCode aType) |
81 { |
81 { |