Now that's not even remotely fair !! :( I haven't touched pager module
in over 9 months...and even than it wasn't much of a code
change...heck, I don't even use the pager, lol ... should check with 
Seb, he was in this code today.

dh

On 01/10/2010 09:58 PM, Enlightenment SVN wrote:
> Log:
>    fix pager - how did that break? oooh i see! DEVILHORNS!
>
>
> Author:       raster
> Date:         2010-01-10 18:58:47 -0800 (Sun, 10 Jan 2010)
> New Revision: 45029
>
> Modified:
>    trunk/e/src/modules/pager/e_mod_main.c
>
> Modified: trunk/e/src/modules/pager/e_mod_main.c
> ===================================================================
> --- trunk/e/src/modules/pager/e_mod_main.c    2010-01-11 02:47:59 UTC (rev 
> 45028)
> +++ trunk/e/src/modules/pager/e_mod_main.c    2010-01-11 02:58:47 UTC (rev 
> 45029)
> @@ -652,7 +652,9 @@
>   static void
>   _pager_window_move(Pager_Win *pw)
>   {
> -   e_layout_child_move(pw->o_window, pw->border->x, pw->border->y);
> +   e_layout_child_move(pw->o_window,
> +                       pw->border->x - pw->border->zone->x,
> +                       pw->border->y - pw->border->zone->y);
>      e_layout_child_resize(pw->o_window, pw->border->w, pw->border->h);
>   }


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to