patch from zub in #e to fix example building
[framework/uifw/elementary.git] / src / examples / genlist_example_04.c
index bb309e1..3c53b1a 100644 (file)
@@ -289,13 +289,13 @@ elm_main(int argc __UNUSED__, char **argv __UNUSED__)
 
    _itc.item_style = "double_label";
    _itc.func.label_get = _item_label_get;
-   _itc.func.content_get = _item_icon_get;
+   _itc.func.content_get = _item_content_get;
    _itc.func.state_get = NULL;
    _itc.func.del = NULL;
 
    _itc_group.item_style = "group_index";
    _itc_group.func.label_get = _group_label_get;
-   _itc_group.func.content_get = _group_icon_get;
+   _itc_group.func.content_get = _group_content_get;
    _itc_group.func.state_get = NULL;
    _itc_group.func.del = NULL;