From e85807052b6e640252b9e8a8fd152a0ddcfa7ae7 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 13 Dec 2012 14:35:56 +0000 Subject: [PATCH] no, you don't need to allocate label strings for list SVN revision: 80868 --- src/modules/illume2/e_mod_config_policy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/illume2/e_mod_config_policy.c b/src/modules/illume2/e_mod_config_policy.c index 4a918d3b3..62400c90b 100644 --- a/src/modules/illume2/e_mod_config_policy.c +++ b/src/modules/illume2/e_mod_config_policy.c @@ -71,7 +71,7 @@ _e_mod_illume_config_policy_ui(E_Config_Dialog *cfd __UNUSED__, Evas *evas, E_Co { 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, strdup(p->api->name));