diff -r 5b3b2fa8c3ec -r f42d9a78f435 messagingapp/msgappfw/server/src/ccsconversation.cpp --- a/messagingapp/msgappfw/server/src/ccsconversation.cpp Wed Aug 18 00:46:12 2010 +0530 +++ b/messagingapp/msgappfw/server/src/ccsconversation.cpp Tue Aug 31 18:53:38 2010 +0530 @@ -295,9 +295,11 @@ // ---------------------------------------------------------------------------- void CCsConversation::AddContactDetailsL( - TDesC& aContactNumber) + TDesC& aContactNumber, + TInt32 aContactID) { iContact->AddPhoneNumberL(aContactNumber); + iContact->SetContactId(aContactID); } // ----------------------------------------------------------------------------