good catch :)

Daniel Juyung Seo (SeoZ)

On Sun, Sep 30, 2012 at 3:40 AM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
> elementary/genlist - remove it safely.
>
>
>
> Author:       hermet
> Date:         2012-09-29 11:40:43 -0700 (Sat, 29 Sep 2012)
> New Revision: 77218
> Trac:         http://trac.enlightenment.org/e/changeset/77218
>
> Modified:
>   trunk/elementary/src/lib/elm_genlist.c
>
> Modified: trunk/elementary/src/lib/elm_genlist.c
> ===================================================================
> --- trunk/elementary/src/lib/elm_genlist.c      2012-09-29 12:19:09 UTC (rev 
> 77217)
> +++ trunk/elementary/src/lib/elm_genlist.c      2012-09-29 18:40:43 UTC (rev 
> 77218)
> @@ -1142,7 +1142,7 @@
>     Eina_Bool tree = 0;
>
>     if (it->item->type & ELM_GENLIST_ITEM_TREE) tree = 1;
> -   EINA_INLIST_FOREACH (GL_IT(it)->wsd->item_cache, itc)
> +   EINA_INLIST_FOREACH_SAFE (GL_IT(it)->wsd->item_cache, itc)
>       {
>          if ((itc->selected) || (itc->disabled) || (itc->expanded))
>            continue;
>
>
> ------------------------------------------------------------------------------
> How fast is your code?
> 3 out of 4 devs don\\\'t know how their code performs in production.
> Find out how slow your code is with AppDynamics Lite.
> http://ad.doubleclick.net/clk;262219672;13503038;z?
> http://info.appdynamics.com/FreeJavaPerformanceDownload.html
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to