diff -r efe85016a067 -r 7cbcb2896f0e phonebookui/pbkcommonui/src/cntcontactcardheadingitem.cpp --- a/phonebookui/pbkcommonui/src/cntcontactcardheadingitem.cpp Wed Jun 23 18:02:44 2010 +0300 +++ b/phonebookui/pbkcommonui/src/cntcontactcardheadingitem.cpp Tue Jul 06 14:05:47 2010 +0300 @@ -62,6 +62,7 @@ if (!mIcon && mainWindow()->orientation() != Qt::Horizontal) { mIcon = new HbIconItem(this); + mIcon->setAlignment(Qt::AlignCenter); mIcon->setIcon(icon); style()->setItemName(mIcon, "icon"); } @@ -348,7 +349,7 @@ { XQSettingsManager settingsMng; XQSettingsKey nameOrderKey(XQSettingsKey::TargetCentralRepository, - KCRUiContacts.iUid, + KCRCntSettings.iUid, KCntNameOrdering); int setting = settingsMng.readItemValue(nameOrderKey, XQSettingsManager::TypeInt).toInt(); @@ -380,7 +381,7 @@ icon.clear(); // icon label - icon = HbIcon("qtg_large_custom"); + icon = HbIcon("qtg_large_add_group_picture"); QContactName contactName = contact->detail( QContactName::DefinitionName ); QString groupName = contactName.value( QContactName::FieldCustomLabel );