all repos — openbox @ ac3a588266c1353721a776a1676b416e6258d7f6

openbox fork - make it a bit more like ryudo

properly show/hide the dialog for the Desktop action
Dana Jansens danakj@orodu.net
commit

ac3a588266c1353721a776a1676b416e6258d7f6

parent

26852af7a1fca70eac6f371fa0d7289a6a6afb8c

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

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

@@ -1234,7 +1234,7 @@ } else if (data->inter.cancel) {

screen_set_desktop(first); } - if (data->inter.any.interactive && data->inter.final) { + if (!data->inter.any.interactive || data->inter.final) { screen_desktop_popup(0, FALSE); first = (unsigned) -1; }