summaryrefslogtreecommitdiff
path: root/src/examples/toolbar_example_01.c
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2011-12-09 05:26:33 +0000
committerChunEon Park <hermet@hermet.pe.kr>2011-12-09 05:26:33 +0000
commitb9c2443b9beaa139b28a46a3d46993288985e725 (patch)
tree6c790175678579373e11ba91df94c756a044da63 /src/examples/toolbar_example_01.c
parent387b6cf7407cf217a64cb952471a3597fca21845 (diff)
downloadelementary-b9c2443b9beaa139b28a46a3d46993288985e725.tar.gz
elementary/toolbar - deprecate APIs.
elm_toolbar_item_data_get elm_toolbar_item_data_set elm_toolbar_item_toolbar_get elm_toolbar_item_label_get elm_toolbar_item_label_set elm_toolbar_item_disabled_get elm_toolbar_item_disabled_set SVN revision: 66057
Diffstat (limited to 'src/examples/toolbar_example_01.c')
-rw-r--r--src/examples/toolbar_example_01.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/toolbar_example_01.c b/src/examples/toolbar_example_01.c
index c4d911b40..f3ae585fd 100644
--- a/src/examples/toolbar_example_01.c
+++ b/src/examples/toolbar_example_01.c
@@ -84,7 +84,7 @@ elm_main(int argc __UNUSED__, char **argv __UNUSED__)
tb_it = elm_toolbar_item_append(tb, "mail-send", "Create and send email",
_item_3_pressed, bt);
- elm_toolbar_item_disabled_set(tb_it, EINA_TRUE);
+ elm_object_item_disabled_set(tb_it, EINA_TRUE);
elm_toolbar_homogeneous_set(tb, EINA_FALSE);