From 597c9c9321b6f96250da0891be98d41c7ac2c109 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 22 Jun 2007 15:26:12 +0000 Subject: add moverelative action --- openbox/actions/moveto.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'openbox/actions/moveto.c') diff --git a/openbox/actions/moveto.c b/openbox/actions/moveto.c index 7cc6541d..a8ba4261 100644 --- a/openbox/actions/moveto.c +++ b/openbox/actions/moveto.c @@ -99,9 +99,7 @@ static gboolean run_func(ObActionsData *data, gpointer options) /* force it on screen if its moving to another monitor */ client_find_onscreen(c, &x, &y, w, h, mon != cmon); - actions_client_move(data, TRUE); client_configure(c, x, y, w, h, TRUE, TRUE, FALSE); - actions_client_move(data, FALSE); g_free(area); g_free(carea); -- cgit v1.2.3