browserui/browser/FavouritesSrc/BrowserFavouritesView.cpp
branchRCL_3
changeset 62 5a044f6358c2
parent 60 b149f0820e5a
child 63 4baee4f15982
equal deleted inserted replaced
60:b149f0820e5a 62:5a044f6358c2
   245           iShowOkOptions( EFalse ),
   245           iShowOkOptions( EFalse ),
   246           iCurrentFolder( aInitialFolderId ),
   246           iCurrentFolder( aInitialFolderId ),
   247           iIsActivated( EFalse ),
   247           iIsActivated( EFalse ),
   248           iLastSelection( 0 ),
   248           iLastSelection( 0 ),
   249           iUpdatePending( EFalse ),
   249           iUpdatePending( EFalse ),
   250           iRefresh( ETrue ),
   250           iFavViewRefresh(0),
   251           iFavViewRefresh(0)
   251           iRefresh( ETrue )
       
   252           
   252     {
   253     {
   253     }
   254     }
   254 
   255 
   255 // ---------------------------------------------------------
   256 // ---------------------------------------------------------
   256 // CBrowserFavouritesView::ConstructL
   257 // CBrowserFavouritesView::ConstructL
  1147             ApiProvider().Display().SetTitleL( folder->Name() );
  1148             ApiProvider().Display().SetTitleL( folder->Name() );
  1148             }
  1149             }
  1149 
  1150 
  1150         iCurrentFolder = aFolder;
  1151         iCurrentFolder = aFolder;
  1151         FillListboxL( aFolder, /*aKeepState=*/EFalse );
  1152         FillListboxL( aFolder, /*aKeepState=*/EFalse );
  1152                 
  1153         
  1153         Container()->Listbox()->ClearSelection(); // is it needed ?
  1154         if(ApiProvider().StartedUp())
  1154         UpdateCbaL();
  1155             {
       
  1156             Container()->Listbox()->ClearSelection();
       
  1157             UpdateCbaL();
       
  1158             }
       
  1159         
  1155         UpdateNaviPaneL();
  1160         UpdateNaviPaneL();
  1156         }
  1161         }
  1157     CleanupStack::PopAndDestroy();  // folder
  1162     CleanupStack::PopAndDestroy();  // folder
  1158     }
  1163     }
  1159 
  1164