locationsystemui/locationsysui/locblidsatelliteinfo/src/CSatelliteDialog.cpp
branchRCL_3
changeset 4 42de37ce7ce4
parent 0 667063e416a2
child 13 19bff11d6c18
equal deleted inserted replaced
1:788b770ce3ae 4:42de37ce7ce4
   208 // CSatelliteDialog::UpdateL
   208 // CSatelliteDialog::UpdateL
   209 // ----------------------------------------------------------------------------
   209 // ----------------------------------------------------------------------------
   210 //
   210 //
   211 void CSatelliteDialog::UpdateL()
   211 void CSatelliteDialog::UpdateL()
   212     {    
   212     {    
       
   213 /*
   213     CEikButtonGroupContainer& buttonContainer = ButtonGroupContainer();
   214     CEikButtonGroupContainer& buttonContainer = ButtonGroupContainer();
   214     
   215     
   215     // Dim the "ChangeView" command when satellite data is not 
   216     // Dim the "ChangeView" command when satellite data is not 
   216     // available
   217     // available
   217     if(!iEngine.IsSatelliteDataAvailable())
   218     if(!iEngine.IsSatelliteDataAvailable())
   222     else
   223     else
   223     	{
   224     	{
   224     	buttonContainer.SetCommandSetL(R_SATELLITE_DIALOG_CBA);
   225     	buttonContainer.SetCommandSetL(R_SATELLITE_DIALOG_CBA);
   225     	buttonContainer.DrawNow();
   226     	buttonContainer.DrawNow();
   226     	}
   227     	}
       
   228 */
   227     DrawNow();
   229     DrawNow();
   228     }
   230     }
   229 
   231 
   230 // ----------------------------------------------------------------------------
   232 // ----------------------------------------------------------------------------
   231 // CSatelliteDialog::OfferKeyEventL
   233 // CSatelliteDialog::OfferKeyEventL