diff -r de1630741fbe -r 2a11b5b00470 phonebookui/phonebookservices/src/cntservicecontactfetchview.cpp --- a/phonebookui/phonebookservices/src/cntservicecontactfetchview.cpp Mon May 03 12:24:20 2010 +0300 +++ b/phonebookui/phonebookservices/src/cntservicecontactfetchview.cpp Fri May 14 15:42:23 2010 +0300 @@ -64,7 +64,7 @@ CntServicesContact servicesContact; //get the name - servicesContact.mDisplayName = mgr->synthesizedDisplayLabel(contact); + servicesContact.mDisplayName = contact.displayLabel(); //get the phonenumber QList phonenumbers = contact.details();