summaryrefslogtreecommitdiff
path: root/src/examples
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2012-03-07 12:30:00 +0000
committerDaniel Juyung Seo <seojuyung2@gmail.com>2012-03-07 12:30:00 +0000
commit759470cfeb6027aa1656670a401ae8d40efc79d0 (patch)
tree0273bbee9422d3b0977d50967625d060ecd0b83f /src/examples
parentf0516c9fd336bdb355b1bcef9c4902b786d7c16a (diff)
downloadelementary-759470cfeb6027aa1656670a401ae8d40efc79d0.tar.gz
elm diskselector: Reviewed diskselector.
SVN revision: 68936
Diffstat (limited to 'src/examples')
-rw-r--r--src/examples/diskselector_example_01.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/examples/diskselector_example_01.c b/src/examples/diskselector_example_01.c
index 02ca5bdc3..58c4d3915 100644
--- a/src/examples/diskselector_example_01.c
+++ b/src/examples/diskselector_example_01.c
@@ -71,8 +71,8 @@ elm_main(int argc __UNUSED__, char **argv __UNUSED__)
elm_box_pack_end(bx, ds);
for (i = 0; i < sizeof(lbl) / sizeof(lbl[0]); i++)
elm_diskselector_item_append(ds, lbl[i], NULL, NULL, NULL);
- elm_diskselector_round_set(ds, EINA_TRUE);
- elm_diskselector_side_label_length_set(ds, 2);
+ elm_diskselector_round_enabled_set(ds, EINA_TRUE);
+ elm_diskselector_side_text_max_length_set(ds, 2);
evas_object_show(ds);
/* display more than 3 items */