http://eelslap.com

2013/10/3 Mike Blumenkrantz <m.blumenk...@samsung.com>:
> discomfitor pushed a commit to branch enlightenment-0.17.
>
> http://git.enlightenment.org/core/enlightenment.git/commit/?id=0e5d2c0ccfb685d27e91b176e15c63c18e8d63a4
>
> commit 0e5d2c0ccfb685d27e91b176e15c63c18e8d63a4
> Author: Mike Blumenkrantz <m.blumenk...@samsung.com>
> Date:   Thu Oct 3 13:32:48 2013 +0100
>
>     probably fix menu clicks which I broke a couple commits ago...
> ---
>  src/bin/e_menu.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/src/bin/e_menu.c b/src/bin/e_menu.c
> index 3556bed..c270e31 100644
> --- a/src/bin/e_menu.c
> +++ b/src/bin/e_menu.c
> @@ -2978,6 +2978,8 @@ _e_menu_cb_mouse_up(void *data __UNUSED__, int type 
> __UNUSED__, void *event)
>                            m->zone->x + m->cur.x + m->cur.w,
>                            m->zone->y + m->cur.y + m->cur.h))
>            ret = _e_menu_active_call();
> +        else
> +          ret = -1;
>       }
>     _e_menu_activate_maybe_drag = 0;
>     _e_menu_activate_dragging = 0;
>
> --
>
>



-- 
Eduardo de Barros Lima ◤✠◢
ebl...@gmail.com

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to