On Tue, 22 Mar 2011 14:02:18 -0500 Daniel McLellan <daniel.mclel...@gmail.com>
said:

fixed... properly in svn (should have been return after it)

> 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
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
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