How this exception happens?
Item should have its block until the item is removed.

Daniel Juyung Seo (SeoZ)

On Thu, Oct 25, 2012 at 6:55 PM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
> elementary: if no items block to del return
>
> Author:       yoz
> Date:         2012-10-25 02:55:27 -0700 (Thu, 25 Oct 2012)
> New Revision: 78434
> Trac:         http://trac.enlightenment.org/e/changeset/78434
>
> Modified:
>   trunk/elementary/src/lib/elm_genlist.c
>
> Modified: trunk/elementary/src/lib/elm_genlist.c
> ===================================================================
> --- trunk/elementary/src/lib/elm_genlist.c      2012-10-25 09:35:09 UTC (rev 
> 78433)
> +++ trunk/elementary/src/lib/elm_genlist.c      2012-10-25 09:55:27 UTC (rev 
> 78434)
> @@ -2611,6 +2611,7 @@
>     Item_Block *itb = it->item->block;
>     Eina_Bool block_changed = EINA_FALSE;
>
> +   if (!itb) return;
>     itb->items = eina_list_remove(itb->items, it);
>     itb->count--;
>     itb->changed = EINA_TRUE;
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_sfd2d_oct
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to