application/src/PodcastQueueView.cpp
branchtwolistboxes
changeset 318 a231cc388498
parent 317 5afc95a6ad83
child 320 e3ec8e436951
equal deleted inserted replaced
317:5afc95a6ad83 318:a231cc388498
    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);