diff -r 8ba0afbb4637 -r a15d9966050f messagingapp/msgappfw/server/src/ccsconversationcachehelper.cpp --- a/messagingapp/msgappfw/server/src/ccsconversationcachehelper.cpp Thu Sep 02 20:23:03 2010 +0300 +++ b/messagingapp/msgappfw/server/src/ccsconversationcachehelper.cpp Fri Sep 17 08:28:39 2010 +0300 @@ -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