This commit is contained in:
Dana Jansens 2003-10-08 19:23:53 +00:00
parent 723ecebc2f
commit b0d892e975

View file

@ -891,8 +891,8 @@ ObAction *action_parse(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node,
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;