* Mike Blumenkrantz - Enlightenment Git <[email protected]> [2013-05-21 03:30:08 -0700]:
> discomfitor pushed a commit to branch master. > > commit 9836d657d2060745125442f4bfa6649aa7778f8f > Author: Mike Blumenkrantz <[email protected]> > Date: Tue May 21 11:29:50 2013 +0100 > > fix window desk send flip to action (GLIMAAAAAAAAAAAAAAAAAAAAA) HERO. > --- > src/bin/e_actions.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/src/bin/e_actions.c b/src/bin/e_actions.c > index 599df02..e9d45a2 100644 > --- a/src/bin/e_actions.c > +++ b/src/bin/e_actions.c > @@ -1295,13 +1295,12 @@ ACT_FN_GO(window_desk_move_by, ) > > if (desk) > { > - /* switch desktop. Quite useful from the interface point of > view. */ > - e_zone_desk_flip_by(bd->zone, to_x - dx, to_y - dy); > /* send the border to the required desktop. */ > e_border_desk_set(bd, desk); > + /* switch desktop. Quite useful from the interface point of > view. */ > + e_zone_desk_flip_by(bd->zone, to_x - dx, to_y - dy); > if (!bd->lock_user_stacking) > e_border_raise(bd); > - e_border_focus_set(bd, 1, 1); > } > } > } > > -- > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may -- Gustavo Lima Chaves Senior Developer @ ProFUSION Embedded Systems ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
