raster pushed a commit to branch master.

commit 8104012baaee538284983408af7d0b431e96c5c4
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Sun Jul 7 10:56:36 2013 +0900

    add disabled list items for horizontal lists in test
---
 src/bin/test_list.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/test_list.c b/src/bin/test_list.c
index 3746ccb..ed1ac76 100644
--- a/src/bin/test_list.c
+++ b/src/bin/test_list.c
@@ -513,8 +513,8 @@ test_list_horizontal(void        *data __UNUSED__,
    elm_list_item_append(li, "we", NULL, NULL, NULL, NULL);
    elm_list_item_append(li, "are", NULL, NULL, NULL, NULL);
    elm_list_item_append(li, "done", NULL, NULL, NULL, NULL);
-   elm_list_item_append(li, "with", NULL, NULL, NULL, NULL);
-   elm_list_item_append(li, "items.", NULL, NULL, NULL, NULL);
+   elm_object_item_disabled_set(elm_list_item_append(li, "with", NULL, NULL, 
NULL, NULL), EINA_TRUE);
+   elm_object_item_disabled_set(elm_list_item_append(li, "items.", NULL, NULL, 
NULL, NULL), EINA_TRUE);
 
    elm_list_go(li);
 

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to