summaryrefslogtreecommitdiff
path: root/doc/widgets
diff options
context:
space:
mode:
authorWooHyun Jung <woohyun0705@gmail.com>2012-03-05 10:05:58 +0000
committerWooHyun Jung <woohyun0705@gmail.com>2012-03-05 10:05:58 +0000
commitd5a2bf6c40ed870f8e902aa9d924e81fa676972e (patch)
tree9999a3edbd6280d190d35a4b7852e1b407adac95 /doc/widgets
parentfe4adb97b62d05f67903061718649038aa9525d0 (diff)
downloadelementary-d5a2bf6c40ed870f8e902aa9d924e81fa676972e.tar.gz
[elementary/index] Some APIs were modified or removed + fix build
break. SVN revision: 68690
Diffstat (limited to 'doc/widgets')
-rw-r--r--doc/widgets/widget_preview_index.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/widgets/widget_preview_index.c b/doc/widgets/widget_preview_index.c
index bf910edb0..3e655cecb 100644
--- a/doc/widgets/widget_preview_index.c
+++ b/doc/widgets/widget_preview_index.c
@@ -33,9 +33,9 @@ for (i = 0; i < (sizeof(dict) / sizeof(dict[0])); i++)
list_it = elm_list_item_append(o, dict[i], NULL, NULL, NULL, NULL);
snprintf(buf, sizeof(buf), "%c", dict[i][0]);
- elm_index_item_append(id, buf, list_it);
+ elm_index_item_append(id, buf, NULL, list_it);
}
-elm_index_active_set(id, EINA_TRUE);
+elm_index_autohide_disabled_set(id, EINA_FALSE);
#include "widget_preview_tmpl_foot.c"