On Sat, 25 Jun 2016 07:01:25 -0700
Marcel Hollerbach <marcel-hollerb...@t-online.de> wrote:

> bu5hm4n pushed a commit to branch master.
> 
> http://git.enlightenment.org/core/enlightenment.git/commit/?id=afeb588632e98bcac3b20258d72790c7236cf071
> 
> commit afeb588632e98bcac3b20258d72790c7236cf071
> Author: Marcel Hollerbach <marcel-hollerb...@t-online.de>
> Date:   Sat Jun 25 16:00:30 2016 +0200
> 
>     e_comp: silence warning, this time really
>     
>     as said on the ML
> ---
>  src/bin/e_comp_object.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
> index a6b0039..4f90b4c 100644
> --- a/src/bin/e_comp_object.c
> +++ b/src/bin/e_comp_object.c
> @@ -1284,7 +1284,7 @@ _e_comp_intercept_resize(void *data, Evas_Object *obj, 
> int w, int h)
>          break;
>       }
>     if (cw->ec->internal_elm_win && (!cw->ec->moving) && 
> (!e_client_util_resizing_get(cw->ec)) &&
> -       (!cw->ec->fullscreen) && ((!cw->ec->maximized) == E_MAXIMIZE_NONE) &&
> +       (!cw->ec->fullscreen) && (!cw->ec->maximized) &&
>         e_win_centered_get(cw->ec->internal_elm_win))
>       e_comp_object_util_center(obj);
>     cw->force_move = 0;
> 

also weren't there other occurrences of it?

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to