seggie
This commit is contained in:
parent
723ecebc2f
commit
b0d892e975
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue