From: Dana Jansens Date: Wed, 11 Jul 2007 21:37:01 +0000 (+0000) Subject: oops X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=8eea9dcdb77e004e67c23061eaecce26e8cd4e68;p=chaz%2Fopenbox oops --- diff --git a/openbox/actions/movetoedge.c b/openbox/actions/movetoedge.c index 38559a6c..768783f2 100644 --- a/openbox/actions/movetoedge.c +++ b/openbox/actions/movetoedge.c @@ -67,9 +67,9 @@ static gboolean run_func(ObActionsData *data, gpointer options) client_find_move_directional(data->client, o->dir, &x, &y); if (x != data->client->area.x || y != data->client->area.y) { - actions_client_move(data, FALSE); - client_move(data->client, x, y); actions_client_move(data, TRUE); + client_move(data->client, x, y); + actions_client_move(data, FALSE); } }