all repos — openbox @ b0d892e975528c29d761b5bb30849c4fcd5238a6

openbox fork - make it a bit more like ryudo

seggie
Dana Jansens danakj@orodu.net
commit

b0d892e975528c29d761b5bb30849c4fcd5238a6

parent

723ecebc2f3d359bf1bf335702541769e895be0f

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

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

@@ -891,8 +891,8 @@ } else if (act->func == action_directional_focus) {

if ((n = parse_find_node("dialog", node->xmlChildrenNode))) act->data.cycle.dialog = parse_bool(doc, n); } + INTERACTIVE_LIMIT(act, uact); } - INTERACTIVE_LIMIT(act, uact); g_free(actname); } return act;