equal
deleted
inserted
replaced
59 { |
59 { |
60 BaseConstructL(R_PODCAST_QUEUEVIEW); |
60 BaseConstructL(R_PODCAST_QUEUEVIEW); |
61 CPodcastListView::ConstructL(); |
61 CPodcastListView::ConstructL(); |
62 |
62 |
63 CreateIconsL(); |
63 CreateIconsL(); |
64 |
|
65 iListContainer->Listbox()->SetListBoxObserver(this); |
|
66 |
64 |
67 iPodcastModel.FeedEngine().AddObserver(this); |
65 iPodcastModel.FeedEngine().AddObserver(this); |
68 iPodcastModel.ShowEngine().AddObserver(this); |
66 iPodcastModel.ShowEngine().AddObserver(this); |
69 |
67 |
70 SetEmptyTextL(R_PODCAST_EMPTY_QUEUE); |
68 SetEmptyTextL(R_PODCAST_EMPTY_QUEUE); |