locationsystemui/locationsysui/locblidsatelliteinfo/src/CSatelliteDialog.cpp
branchRCL_3
changeset 13 19bff11d6c18
parent 4 42de37ce7ce4
--- a/locationsystemui/locationsysui/locblidsatelliteinfo/src/CSatelliteDialog.cpp	Fri Mar 12 15:44:22 2010 +0200
+++ b/locationsystemui/locationsysui/locblidsatelliteinfo/src/CSatelliteDialog.cpp	Mon Mar 15 12:42:19 2010 +0200
@@ -121,7 +121,7 @@
 		{
 		// Change view soft key pressed.Notify the control to change 
 		// the view and draw.
-		iSatelliteControl->ChangeView();		
+		iSatelliteControl->ChangeViewL();		
 		DrawNow();
 		return EFalse;
 		}
@@ -210,7 +210,6 @@
 //
 void CSatelliteDialog::UpdateL()
     {    
-/*
     CEikButtonGroupContainer& buttonContainer = ButtonGroupContainer();
     
     // Dim the "ChangeView" command when satellite data is not 
@@ -225,7 +224,6 @@
     	buttonContainer.SetCommandSetL(R_SATELLITE_DIALOG_CBA);
     	buttonContainer.DrawNow();
     	}
-*/
     DrawNow();
     }
 
@@ -239,7 +237,7 @@
     if ( aType == EEventKey && aKeyEvent.iCode == EKeyEnter ||
          aType == EEventKey && aKeyEvent.iScanCode == EStdKeyEnter  )
 		{
-        iSatelliteControl->ChangeView();
+        iSatelliteControl->ChangeViewL();
         DrawNow();
 		return EKeyWasConsumed;
 		}