diff -r 5b3b2fa8c3ec -r f42d9a78f435 messagingapp/msgappfw/server/src/ccsconversationcachehelper.cpp --- a/messagingapp/msgappfw/server/src/ccsconversationcachehelper.cpp Wed Aug 18 00:46:12 2010 +0530 +++ b/messagingapp/msgappfw/server/src/ccsconversationcachehelper.cpp Tue Aug 31 18:53:38 2010 +0530 @@ -574,13 +574,15 @@ // fill firstname and lastname and contact Id if(aDisplayName) + { conversation->AddContactDetailsL(aContactId, aDisplayName); + } - // fill the phone number + // fill the phone number and contact Id if (aConversationEntry->Contact()) { - conversation->AddContactDetailsL(* (aConversationEntry->Contact())); + conversation->AddContactDetailsL(* (aConversationEntry->Contact()), aContactId); } // add into the list