modified the symbol by key-manager 15/48515/1 accepted/tizen/mobile/20151013.071107 accepted/tizen/tv/20151013.071129 accepted/tizen/wearable/20151013.071137 submit/tizen/20151013.050319 tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
authorSunghyun Kwon <sh0701.kwon@samsung.com>
Tue, 22 Sep 2015 10:28:30 +0000 (19:28 +0900)
committerSunghyun Kwon <sh0701.kwon@samsung.com>
Tue, 22 Sep 2015 10:28:30 +0000 (19:28 +0900)
Change-Id: If2ab4e34deacdedeeab184ad60a1e472ec9f0a71

email-core/email-core-key-manager.c

index 5d45393..183a6ba 100644 (file)
@@ -43,7 +43,7 @@ static char *add_shared_owner_prefix(const char *name)
                return NULL;
        }
 
-       ckm_alias = g_strconcat(ckmc_label_shared_owner, ckmc_label_name_separator, name, NULL);
+       ckm_alias = g_strconcat(ckmc_owner_id_system, ckmc_owner_id_separator, name, NULL);
 
        EM_DEBUG_FUNC_END();
        return ckm_alias;