summaryrefslogtreecommitdiff
path: root/src/examples/hoversel_example_01.c
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2012-01-02 11:46:32 +0000
committerChunEon Park <hermet@hermet.pe.kr>2012-01-02 11:46:32 +0000
commit6db2dad09c58fe1a9bc853a9428ab2ae229cbb09 (patch)
tree96752edfde3d29e762bad0b61a9de6acdabd583e /src/examples/hoversel_example_01.c
parente84b8d1193735f312c664d0ae256a0d3a90d591a (diff)
downloadelementary-6db2dad09c58fe1a9bc853a9428ab2ae229cbb09.tar.gz
elementary - Added 1 more API elm_object_item_del_cb_set()
also deprecated below APIs elm_hoversel_item_del_cb_set() elm_diskselector_item_del_cb_set() elm_toolbar_item_del_cb_set() elm_index_item_del_cb_set() elm_menu_item_del_cb_set() SVN revision: 66748
Diffstat (limited to 'src/examples/hoversel_example_01.c')
-rw-r--r--src/examples/hoversel_example_01.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/hoversel_example_01.c b/src/examples/hoversel_example_01.c
index 769f87801..eb3038efc 100644
--- a/src/examples/hoversel_example_01.c
+++ b/src/examples/hoversel_example_01.c
@@ -94,7 +94,7 @@ _add_item(void *data, Evas_Object *obj, void *event_info)
hoversel_it = elm_hoversel_item_add(obj, str, NULL, ELM_ICON_NONE, NULL,
str);
- elm_hoversel_item_del_cb_set(hoversel_it, _free);
+ elm_object_item_del_cb_set(hoversel_it, _free);
}
static void