diff options
Diffstat (limited to 'openbox/actions/moveto.c')
| -rw-r--r-- | openbox/actions/moveto.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |
