clouseau, ephoto, ensure: Applied genlist/gengrid changes. label_get

-> text_get.


SVN revision: 65760
This commit is contained in:
Daniel Juyung Seo 2011-12-01 08:32:43 +00:00
parent 5463b76c95
commit 6e9ad8a017
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ item_icon_get(void *data __UNUSED__, Evas_Object *parent __UNUSED__,
}
static char *
item_label_get(void *data, Evas_Object *obj __UNUSED__,
item_text_get(void *data, Evas_Object *obj __UNUSED__,
const char *part __UNUSED__)
{
Inf_Tree_Item *tit = data;
@ -79,7 +79,7 @@ clouseau_obj_information_list_add(Evas_Object *parent)
{
prop_list = elm_genlist_add(parent);
itc.item_style = "default";
itc.func.label_get = item_label_get;
itc.func.text_get = item_text_get;
itc.func.content_get = item_icon_get;
itc.func.state_get = NULL;
itc.func.del = NULL;