messagingapp/msgappfw/server/src/ccsconversationcachehelper.cpp
changeset 56 f42d9a78f435
parent 41 25fe1fe642e3
--- 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