Oops raster, Why did you commented this out? Any problem was there?
Actually you committed the code and the code came from Chanwook Jung's patch.
http://trac.enlightenment.org/e/changeset/68934

I don't know why he added that but at least you disabled genlist item cache.

Daniel Juyung Seo (SeoZ)

On Tue, Aug 14, 2012 at 6:38 PM, Enlightenment SVN
<[email protected]> wrote:
> Log:
> genlist tree effect off fix.
>
>
>
> Author:       raster
> Date:         2012-08-14 02:38:36 -0700 (Tue, 14 Aug 2012)
> New Revision: 75249
> Trac:         http://trac.enlightenment.org/e/changeset/75249
>
> Modified:
>   trunk/elementary/src/lib/elm_genlist.c
>
> Modified: trunk/elementary/src/lib/elm_genlist.c
> ===================================================================
> --- trunk/elementary/src/lib/elm_genlist.c      2012-08-14 09:18:48 UTC (rev 
> 75248)
> +++ trunk/elementary/src/lib/elm_genlist.c      2012-08-14 09:38:36 UTC (rev 
> 75249)
> @@ -1268,6 +1268,8 @@
>       it->item->nocache_once = EINA_FALSE;
>     else if (!it->item->nocache)
>       itc = _item_cache_find(it);
> +/* XXX: so someone explain why this is here forcing items to NOT be realized
> + * if tree effect is disabled? this doesn't make sense. fix.
>     if (itc && (!GL_IT(it)->wsd->tree_effect_enabled))
>       {
>          VIEW(it) = itc->base_view;
> @@ -1275,7 +1277,7 @@
>          it->spacer = itc->spacer;
>          itc->spacer = NULL;
>       }
> -   else
> +   else */
>       {
>          const char *stacking_even;
>          const char *stacking;
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to