application/src/PodcastListView.cpp
changeset 36 e010fc411ddc
parent 35 66c5303f3610
parent 33 64ed1227e68d
child 50 e7b10d6d7ba3
equal deleted inserted replaced
35:66c5303f3610 36:e010fc411ddc
   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