summaryrefslogtreecommitdiff
path: root/lib/list/ct-group-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/list/ct-group-view.c')
-rwxr-xr-xlib/list/ct-group-view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/list/ct-group-view.c b/lib/list/ct-group-view.c
index c6abf9c..9bdf642 100755
--- a/lib/list/ct-group-view.c
+++ b/lib/list/ct-group-view.c
@@ -591,7 +591,7 @@ static void __group_append_gengrid_of_ab(ct_group_data *cgroup_d, int ab_id, int
p_retm_if(CONTACTS_ERROR_NONE != err, "contacts_record_get_str_p() Failed(%d)", err);
info->img = SAFE_STRDUP(img);
- contacts_record_get_str_p(record, _contacts_group.system_id, &group_system_id);
+ contacts_record_get_str_p(record, _contacts_group.extra_data, &group_system_id);
if (NULL != group_system_id) {
if (strcmp(group_system_id,"friends")==0)
info->name = strdup(T_(CT_GET_TEXT_BASIC, CTTEXT_FRIENDS));
@@ -928,7 +928,7 @@ static void group_update_default_group_name(keynode_t *key, void *data)
ret = contacts_record_get_int(record,_contacts_group.id,&grp_id);
p_retm_if(CONTACTS_ERROR_NONE != ret, "contacts_record_get_int() Failed(%d)", ret);
- ret = contacts_record_get_str_p(record,_contacts_group.system_id,&group_sysid);
+ ret = contacts_record_get_str_p(record,_contacts_group.extra_data,&group_sysid);
p_retm_if(CONTACTS_ERROR_NONE != ret, "contacts_record_get_str_p() Failed(%d)", ret);
ret = contacts_record_get_str_p(record,_contacts_group.name,&group_name);
p_retm_if(CONTACTS_ERROR_NONE != ret, "contacts_record_get_str_p() Failed(%d)", ret);