rename <actions> to <finalactions> for the action i didn' know existed too

This commit is contained in:
Mikael Magnusson 2007-07-05 22:54:45 +00:00
parent 30fa72a754
commit da5a4da2bc

View file

@ -65,7 +65,7 @@ static gpointer setup_func(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node)
g_free(s); g_free(s);
} }
if ((n = parse_find_node("actions", node))) { if ((n = parse_find_node("finalactions", node))) {
xmlNodePtr m; xmlNodePtr m;
m = parse_find_node("action", n->xmlChildrenNode); m = parse_find_node("action", n->xmlChildrenNode);