On Mon, Apr 22, 2013 at 11:55 PM, Carsten Haitzler  - Enlightenment
Git <no-re...@enlightenment.org> wrote:
> raster pushed a commit to branch master.
>
> commit 116013320a941357a925441928ea7e10ed6c0ebd
> Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
> Date:   Tue Apr 23 00:05:59 2013 +0900
>
>     ummm dont set max based on max hint... this got added at some point
>     but it actually breaks older code that used these hints to store
>     sizing info but didnt expect it to be enforced.

That code was modified by you the 2009-10-08 and was originally
written by rephorm the 2007-05-27. This is prior to any release. I
have no idea what you are trying to fix, but this change is likely to
cause more break than fix in my opinion. That code is present since
our 1.0 release. Can you explain what code you are trying to fix ? And
hwat behavior you see ?

> ---
>  src/lib/edje/edje_util.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/lib/edje/edje_util.c b/src/lib/edje/edje_util.c
> index 27539da..a61010b 100644
> --- a/src/lib/edje/edje_util.c
> +++ b/src/lib/edje/edje_util.c
> @@ -6287,10 +6287,10 @@ _edje_real_part_swallow_hints_update(Edje_Real_Part 
> *rp)
>          edje_object_size_min_get(rp->typedata.swallow->swallowed_object, &w, 
> &h);
>          rp->typedata.swallow->swallow_params.min.w = w;
>          rp->typedata.swallow->swallow_params.min.h = h;
> -#endif
>          edje_object_size_max_get(rp->typedata.swallow->swallowed_object, &w, 
> &h);
>          rp->typedata.swallow->swallow_params.max.w = w;
>          rp->typedata.swallow->swallow_params.max.h = h;
> +#endif
>       }
>     else if (eo_isa(rp->typedata.swallow->swallowed_object, 
> EVAS_OBJ_TEXT_CLASS) ||
>             eo_isa(rp->typedata.swallow->swallowed_object, 
> EVAS_OBJ_POLYGON_CLASS) ||
>
> --
>
> ------------------------------------------------------------------------------
> Precog is a next-generation analytics platform capable of advanced
> analytics on semi-structured data. The platform includes APIs for building
> apps and a phenomenal toolset for data science. Developers can use
> our toolset for easy data analysis & visualization. Get a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
>



--
Cedric BAIL

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to