rename <actions> to <finalactions> for the action i didn' know existed too
This commit is contained in:
parent
30fa72a754
commit
da5a4da2bc
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ static gpointer setup_func(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node)
|
|||
g_free(s);
|
||||
}
|
||||
|
||||
if ((n = parse_find_node("actions", node))) {
|
||||
if ((n = parse_find_node("finalactions", node))) {
|
||||
xmlNodePtr m;
|
||||
|
||||
m = parse_find_node("action", n->xmlChildrenNode);
|
||||
|
|
Loading…
Reference in a new issue