elementary/genlist - update to use new APIs

SVN revision: 67525
This commit is contained in:
ChunEon Park 2012-01-25 09:25:12 +00:00
parent 59cf09b81c
commit 640caff765
2 changed files with 2 additions and 2 deletions

View File

@ -4683,7 +4683,7 @@
* elm_genlist_homogeneous_set() is set to false.
*
* Since the compress mode is active, the call to
* elm_genlist_horizontal_mode_set() doesn't make difference, but the current
* elm_genlist_mode_set() doesn't make difference, but the current
* option would make the list to have at least the width of the largest item.
*
* This list will support multiple selection, so we call

View File

@ -112,7 +112,7 @@ elm_main(int argc __UNUSED__, char **argv __UNUSED__)
_genlist_fill(list);
list = _genlist_add(box);
elm_genlist_horizontal_mode_set(list, ELM_LIST_LIMIT);
elm_genlist_mode_set(list, ELM_LIST_LIMIT);
_genlist_fill(list);
list = _genlist_add(box);