--- a/phoneapp/phoneuistates/src/cphonesingleandcallsetup.cpp Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneapp/phoneuistates/src/cphonesingleandcallsetup.cpp Fri Mar 19 09:28:42 2010 +0200
@@ -314,13 +314,13 @@
{
// Show the number entry if it exists
SetNumberEntryVisibilityL(ETrue);
- }
- else
- {
- // Set incall CBAs
- UpdateCbaL( EPhoneCallHandlingInCallCBA );
- }
-
+ }
+ else
+ {
+ // Set incall CBAs
+ UpdateCbaL( EPhoneCallHandlingInCallCBA );
+ }
+
SetTouchPaneButtons( EPhoneIncallButtons );
// UnCapture keys callsetup fails
CaptureKeysDuringCallNotificationL( EFalse );
@@ -329,13 +329,13 @@
}
else
{
- // Display call termination note, if necessary
- DisplayCallTerminationNoteL();
+ // Display call termination note, if necessary
+ DisplayCallTerminationNoteL();
// Single call was terminated
SetTouchPaneButtons( EPhoneCallSetupButtons );
SetToolbarDimming( ETrue );
- SetToolbarButtonLoudspeakerEnabled();
+ SetToolbarButtonLoudspeakerEnabled();
// Update call setup CBAs
UpdateCbaL( EPhoneCallHandlingCallSetupCBA );
iStateMachine->ChangeState( EPhoneStateCallSetup );