envision, elfe: Applied genlist/gengrid changes. label_get -> text_get.

SVN revision: 65757
This commit is contained in:
Daniel Juyung Seo 2011-12-01 07:52:24 +00:00
parent 759ad2fcd7
commit 38c2999d95
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ static Elm_Gengrid_Item_Class app_itc;
static char *
_label_get(void *data, Evas_Object *obj __UNUSED__, const char *part __UNUSED__)
_text_get(void *data, Evas_Object *obj __UNUSED__, const char *part __UNUSED__)
{
Elfe_Grid_Item *gitem = data;
@ -330,7 +330,7 @@ elfe_allapps_add(Evas_Object *parent)
evas_object_data_set(allapps->box, "elfe_allapps", allapps);
app_itc.item_style = "default";
app_itc.func.label_get = _label_get;
app_itc.func.text_get = _text_get;
app_itc.func.content_get = _content_get;
app_itc.func.state_get = NULL;
app_itc.func.del = NULL;