--- a/phoneapp/phoneuistates/src/cphonealerting.cpp Wed Sep 01 12:30:10 2010 +0100
+++ b/phoneapp/phoneuistates/src/cphonealerting.cpp Tue Sep 14 21:18:17 2010 +0300
@@ -132,7 +132,7 @@
if ( IsNumberEntryUsedL() )
{
- CloseClearNumberEntryAndLoadEffectL( ENumberEntryClose );
+ CloseClearNumberEntryAndLoadEffectL( EPhoneTransEffectPhoneUiClose );
}
if ( !TopAppIsDisplayedL() )
{
@@ -241,7 +241,7 @@
// Close menu bar, if it is displayed
iViewCommandHandle->ExecuteCommandL( EPhoneViewMenuBarClose );
- BeginUiUpdateLC();
+ TransitionHandlerL().BeginUiUpdateLC();
// Update the single call
UpdateSingleActiveCallL( aCallId );
@@ -250,7 +250,7 @@
SetToolbarDimming( EFalse );
- EndUiUpdate();
+ TransitionHandlerL().EndUiUpdate();
// Go to single state
UpdateCbaL( EPhoneCallHandlingInCallCBA );