On Fri, 1 Oct 2010, Enlightenment SVN wrote:

> Log:
>  huge block count makes elm_genlist calculate too many icons and this is slow.

what about adding that in the doc of that fct ?

Vincent

>
> Author:       barbieri
> Date:         2010-10-01 14:28:13 -0700 (Fri, 01 Oct 2010)
> New Revision: 52969
>
> Modified:
>  trunk/enjoy/src/bin/page.c
>
> Modified: trunk/enjoy/src/bin/page.c
> ===================================================================
> --- trunk/enjoy/src/bin/page.c        2010-10-01 21:14:07 UTC (rev 52968)
> +++ trunk/enjoy/src/bin/page.c        2010-10-01 21:28:13 UTC (rev 52969)
> @@ -295,7 +295,6 @@
>    elm_genlist_bounce_set(page->list, EINA_FALSE, EINA_TRUE);
>    elm_genlist_horizontal_mode_set(page->list, ELM_LIST_COMPRESS);
>    elm_genlist_compress_mode_set(page->list, EINA_TRUE);
> -   elm_genlist_block_count_set(page->list, 256);
>    elm_object_style_set(page->list, "enjoy");
>
>    s = edje_object_data_get(page->edje, "homogeneous");
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to