nice catch

On Fri, Dec 21, 2012 at 3:54 PM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:

> Log:
> e17/shelf: fix wrong autohide with systray on second zone
>
>
> Author:       jeffdameth
> Date:         2012-12-21 07:54:45 -0800 (Fri, 21 Dec 2012)
> New Revision: 81557
> Trac:         http://trac.enlightenment.org/e/changeset/81557
>
> Modified:
>   trunk/e/src/bin/e_shelf.c
>
> Modified: trunk/e/src/bin/e_shelf.c
> ===================================================================
> --- trunk/e/src/bin/e_shelf.c   2012-12-21 15:48:56 UTC (rev 81556)
> +++ trunk/e/src/bin/e_shelf.c   2012-12-21 15:54:45 UTC (rev 81557)
> @@ -1967,7 +1967,7 @@
>          if (!inside)
>            {
>               inside = E_INSIDE(ev->root.x, ev->root.y, es->zone->x,
> es->zone->y, es->zone->w + 4, es->zone->h + 4);
> -             x = ev->root.x - es->zone->x, y = ev->root.y - es->zone->x;
> +             x = ev->root.x - es->zone->x, y = ev->root.y - es->zone->y;
>               if (inside)
>                 inside = (
>                           ((E_INSIDE(x, y, es->x, es->y, es->w, es->h)) ||
>
>
>
> ------------------------------------------------------------------------------
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to