elementary/genlist - update to use new APIs
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 25 Jan 2012 09:25:12 +0000 (09:25 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 25 Jan 2012 09:25:12 +0000 (09:25 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67525 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

doc/examples.dox
src/examples/genlist_example_03.c

index 753ace9..0b9cc18 100644 (file)
  * 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
index 0672563..946fa84 100644 (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);