messagingapp/msgappfw/server/src/ccsconversationcachehelper.cpp
changeset 70 a15d9966050f
parent 52 12db4185673b
--- 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