diff -r 5afc95a6ad83 -r a231cc388498 application/src/PodcastShowsView.cpp --- a/application/src/PodcastShowsView.cpp Sun Oct 31 13:41:59 2010 +0000 +++ b/application/src/PodcastShowsView.cpp Sun Oct 31 13:58:44 2010 +0000 @@ -104,21 +104,13 @@ { } -void CPodcastShowsView::SizeChanged() - { - - } - - void CPodcastShowsView::ConstructL() { BaseConstructL(R_PODCAST_SHOWSVIEW); CPodcastListView::ConstructL(); CreateIconsL(); - - iListContainer->Listbox()->SetListBoxObserver(this); - + iPodcastModel.FeedEngine().AddObserver(this); iPodcastModel.ShowEngine().AddObserver(this); }