all repos — openbox @ 0b4cd7a0cfd84e2ff9c8893b6bd4ca69460c0e34

openbox fork - make it a bit more like ryudo

typo, reading from the wrong member of the actiondata union
Dana Jansens danakj@orodu.net
commit

0b4cd7a0cfd84e2ff9c8893b6bd4ca69460c0e34

parent

5e06be6abb68a95aa9cafc5a6f0c5e295ebe9bee

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/action.copenbox/action.c

@@ -991,7 +991,7 @@ if (!c || !client_normal(c)) return;

if (data->sendto.desk < screen_num_desktops || data->sendto.desk == DESKTOP_ALL) { - client_set_desktop(c, data->sendto.desk, data->sendtodir.follow); + client_set_desktop(c, data->sendto.desk, data->sendto.follow); if (data->sendto.follow) screen_set_desktop(data->sendto.desk); }