equal
deleted
inserted
replaced
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 |