all repos — openbox @ baa9ad14803fd3019f8da364439dafe9c0e1a9f7

openbox fork - make it a bit more like ryudo

dont parse both keybindings and actions in the same block
Dana Jansens danakj@orodu.net
commit

baa9ad14803fd3019f8da364439dafe9c0e1a9f7

parent

1a300ab37243af326ef24f5e2f3b9903ae993a5c

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

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

@@ -289,7 +289,7 @@ parse_key(i, doc, n, keylist);

n = parse_find_node("keybind", n->next); } } - if ((n = parse_find_node("action", node->children))) { + else if ((n = parse_find_node("action", node->children))) { while (n) { ObAction *action;