diff -r e30d4a1b8bad -r c26cc2a7c548 phoneapp/phoneuistates/src/cphonealerting.cpp --- a/phoneapp/phoneuistates/src/cphonealerting.cpp Wed Sep 15 12:12:21 2010 +0300 +++ b/phoneapp/phoneuistates/src/cphonealerting.cpp Wed Oct 13 14:31:22 2010 +0300 @@ -132,7 +132,7 @@ if ( IsNumberEntryUsedL() ) { - CloseClearNumberEntryAndLoadEffectL( EPhoneTransEffectPhoneUiClose ); + CloseClearNumberEntryAndLoadEffectL( ENumberEntryClose ); } if ( !TopAppIsDisplayedL() ) { @@ -241,7 +241,7 @@ // Close menu bar, if it is displayed iViewCommandHandle->ExecuteCommandL( EPhoneViewMenuBarClose ); - TransitionHandlerL().BeginUiUpdateLC(); + BeginUiUpdateLC(); // Update the single call UpdateSingleActiveCallL( aCallId ); @@ -250,7 +250,7 @@ SetToolbarDimming( EFalse ); - TransitionHandlerL().EndUiUpdate(); + EndUiUpdate(); // Go to single state UpdateCbaL( EPhoneCallHandlingInCallCBA );