--- a/profilesapplication/Profiles/ProfileApp/UIsrc/CProfileMainView.cpp Thu Jan 07 12:46:32 2010 +0200
+++ b/profilesapplication/Profiles/ProfileApp/UIsrc/CProfileMainView.cpp Mon Jan 18 20:19:40 2010 +0200
@@ -191,14 +191,6 @@
CleanupStack::PopAndDestroy( infoText );
return;
}
- else if( !DisplayConfirmationQueryL(
- R_PROFILE_LEAVE_OFFLINE_CONFIRMATION_QUERY ) )
- {
- // SIM card exists.
- // User replied that he/she doesn't want to activate RF.
- // Exit from method, do not activate the focused profile.
- return;
- }
}
iEngineHandler.Engine()->SetActiveProfileL( currentProfileId );
}
@@ -453,14 +445,6 @@
CleanupStack::PopAndDestroy( infoText );
return;
}
- else if( !DisplayConfirmationQueryL(
- R_PROFILE_LEAVE_OFFLINE_CONFIRMATION_QUERY ) )
- {
- // SIM card exists.
- // User replied that he/she doesn't want to activate RF.
- // Exit from method, do not activate the focused profile.
- return;
- }
}
TTime expireTime;