dont parse both keybindings and actions in the same block
This commit is contained in:
parent
1a300ab372
commit
baa9ad1480
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ static void parse_key(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node,
|
|||
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue