equal
deleted
inserted
replaced
289 void CBrowserFavouritesContainer::ConstructL |
289 void CBrowserFavouritesContainer::ConstructL |
290 ( const TRect& aRect, CBrowserFavouritesView& aView ) |
290 ( const TRect& aRect, CBrowserFavouritesView& aView ) |
291 { |
291 { |
292 iView = &aView; |
292 iView = &aView; |
293 |
293 |
294 CAknNavigationControlContainer* naviPane = |
294 //CAknNavigationControlContainer* naviPane = iView->ApiProvider().Display().NaviPaneL(); |
295 iView->ApiProvider().Display().NaviPaneL(); |
|
296 |
295 |
297 CreateWindowL(); |
296 CreateWindowL(); |
298 SetMopParent( iView ); |
297 SetMopParent( iView ); |
299 |
298 |
300 ConstructComponentControlsL( aRect, *iView ); |
299 ConstructComponentControlsL( aRect, *iView ); |