Thanks Tom for the backup :)
I was focusing only on smart callback too much.

Daniel Juyung Seo (SeoZ)

On Thu, Aug 25, 2011 at 7:06 PM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
> Evas callbacks: Do the same change daniel did to smart callbacks.
>
>  Spank Spank for not applying it here as well.
>
> Author:       tasn
> Date:         2011-08-25 03:06:12 -0700 (Thu, 25 Aug 2011)
> New Revision: 62798
> Trac:         http://trac.enlightenment.org/e/changeset/62798
>
> Modified:
>  trunk/evas/src/lib/canvas/evas_callbacks.c
>
> Modified: trunk/evas/src/lib/canvas/evas_callbacks.c
> ===================================================================
> --- trunk/evas/src/lib/canvas/evas_callbacks.c  2011-08-25 10:05:18 UTC (rev 
> 62797)
> +++ trunk/evas/src/lib/canvas/evas_callbacks.c  2011-08-25 10:06:12 UTC (rev 
> 62798)
> @@ -264,8 +264,6 @@
>    b = EINA_INLIST_CONTAINER_GET(_b, Evas_Func_Node);
>    if (a->priority < b->priority)
>       return -1;
> -   else if (a->priority == b->priority)
> -      return 0;
>    else
>       return 1;
>  }
>
>
> ------------------------------------------------------------------------------
> EMC VNX: the world's simplest storage, starting under $10K
> The only unified storage solution that offers unified management
> Up to 160% more powerful than alternatives and 25% more efficient.
> Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to