rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=21f90e3f419d4c685a6abe102455adf92971d585

commit 21f90e3f419d4c685a6abe102455adf92971d585
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Fri Sep 22 14:21:33 2017 +0300

    property: update property_dummy example, return random subitems
---
 src/bin/ui/property/property_dummy.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/bin/ui/property/property_dummy.c 
b/src/bin/ui/property/property_dummy.c
index d489f635a..248c495c3 100644
--- a/src/bin/ui/property/property_dummy.c
+++ b/src/bin/ui/property/property_dummy.c
@@ -188,8 +188,7 @@ _dynamic_subitems_get(Property_Attribute *pa __UNUSED__)
    Property_Attribute *new_pa;
    Eina_List *items = NULL;
    int i, num;
-   /* num = rand()%200; */
-   num = 0;
+   num = rand()%200;
    for (i = 0; i < num; i++)
      {
         new_pa = mem_calloc(1, sizeof(Property_Attribute));

-- 


Reply via email to