no, you don't need to allocate label strings for list

SVN revision: 80868
This commit is contained in:
Mike Blumenkrantz 2012-12-13 14:35:56 +00:00
parent 964c8ec66e
commit e85807052b
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ _e_mod_illume_config_policy_ui(E_Config_Dialog *cfd __UNUSED__, Evas *evas, E_Co
{ {
EINA_LIST_FREE(policies, p) EINA_LIST_FREE(policies, p)
{ {
e_widget_ilist_append(ow, NULL, strdup(p->api->label), e_widget_ilist_append(ow, NULL, p->api->label,
_e_mod_illume_config_policy_list_changed, NULL, _e_mod_illume_config_policy_list_changed, NULL,
strdup(p->api->name)); strdup(p->api->name));