browserui/browser/BrowserAppSrc/BrowserContentView.cpp
branchRCL_3
changeset 60 b149f0820e5a
parent 58 aead3f7e1bb0
child 62 5a044f6358c2
equal deleted inserted replaced
58:aead3f7e1bb0 60:b149f0820e5a
   981 
   981 
   982     //Reset the title before updating the title in case of view activation
   982     //Reset the title before updating the title in case of view activation
   983     delete iTitle;
   983     delete iTitle;
   984     iTitle = NULL;
   984     iTitle = NULL;
   985     
   985     
       
   986     ApiProvider().Display().FSPaneOnL( );
       
   987     ApiProvider().Display().SetGPRSIndicatorOnL();
       
   988     
   986     UpdateTitleL( ApiProvider() );
   989     UpdateTitleL( ApiProvider() );
   987 
   990 
   988     ApiProvider().BrCtlInterface().MakeVisible(ETrue);
   991     ApiProvider().BrCtlInterface().MakeVisible(ETrue);
   989     ApiProvider().BrCtlInterface().HandleCommandL( (TInt)TBrCtlDefs::ECommandGainFocus +
   992     ApiProvider().BrCtlInterface().HandleCommandL( (TInt)TBrCtlDefs::ECommandGainFocus +
   990                                                     (TInt)TBrCtlDefs::ECommandIdBase);
   993                                                     (TInt)TBrCtlDefs::ECommandIdBase);
  1095         AknLayoutUtils::LayoutMetricsRect(AknLayoutUtils::EApplicationWindow, screenRect);
  1098         AknLayoutUtils::LayoutMetricsRect(AknLayoutUtils::EApplicationWindow, screenRect);
  1096         clientRect = screenRect;
  1099         clientRect = screenRect;
  1097         }
  1100         }
  1098 		
  1101 		
  1099     if (Layout_Meta_Data::IsLandscapeOrientation() &&
  1102     if (Layout_Meta_Data::IsLandscapeOrientation() &&
  1100         (StatusPane() && StatusPane()->IsVisible()) && !Cba()->IsVisible())
  1103         (StatusPane() && StatusPane()->IsVisible()) && !Cba()->IsVisible() && IsForeground())
  1101         {
  1104         {
  1102         TRect screenRect;
  1105         TRect screenRect;
  1103         AknLayoutUtils::LayoutMetricsRect(AknLayoutUtils::EScreen, screenRect);
  1106         AknLayoutUtils::LayoutMetricsRect(AknLayoutUtils::EScreen, screenRect);
  1104         clientRect.iBr.iY = screenRect.iBr.iY;
  1107         clientRect.iBr.iY = screenRect.iBr.iY;
  1105     
  1108