application/src/PodcastListView.cpp
changeset 33 64ed1227e68d
parent 27 f21a29fc4769
child 36 e010fc411ddc
child 48 f8fd68d71cfd
equal deleted inserted replaced
32:26a3f2dfba08 33:64ed1227e68d
   259 		iListContainer->SetSize(ClientRect().Size());
   259 		iListContainer->SetSize(ClientRect().Size());
   260 		iListContainer->SetMopParent(this);
   260 		iListContainer->SetMopParent(this);
   261 		
   261 		
   262 		AppUi()->AddToStackL(*this, iListContainer);
   262 		AppUi()->AddToStackL(*this, iListContainer);
   263 		iListContainer->MakeVisible(ETrue);
   263 		iListContainer->MakeVisible(ETrue);
   264 		UpdateListboxItemsL();		
       
   265 		iListContainer->DrawNow();
       
   266 	}
   264 	}
   267 	DP("CPodcastListView::DoActivateL() END");
   265 	DP("CPodcastListView::DoActivateL() END");
   268 
   266 
   269 }
   267 }
   270 
   268