Hello,
This looks intended.

_edje_emit(ed, aliased, src);
return;

==>

return _edje_emit(edj, aliased, src);


Am I wrong? Any ideas?
If it's not intended, we can just fix it though.

Daniel Juyung Seo (SeoZ)

On Wed, Mar 23, 2011 at 4:02 AM, Daniel McLellan
<daniel.mclel...@gmail.com> wrote:
> Index: src/lib/edje_program.c
> ===================================================================
> --- src/lib/edje_program.c    (revision 57992)
> +++ src/lib/edje_program.c    (working copy)
> @@ -1043,7 +1043,7 @@
>                 aliased[alien] = EDJE_PART_PATH_SEPARATOR;
>                 memcpy(aliased + alien + 1, newsig, nslen + 1);
>
> -                return _edje_emit(ed, aliased, src);
> +                _edje_emit(ed, aliased, src);
>              }
>           }
> ------------------------------------------------------------------------------
> Enable your software for Intel(R) Active Management Technology to meet the
> growing manageability and security demands of your customers. Businesses
> are taking advantage of Intel(R) vPro (TM) technology - will your software
> be a part of the solution? Download the Intel(R) Manageability Checker
> today! http://p.sf.net/sfu/intel-dev2devmar
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to