rename <execute> to <command>
This commit is contained in:
parent
04b570de01
commit
8514c1b98c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ static gpointer setup_func(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node)
|
||||||
|
|
||||||
o = g_new0(Options, 1);
|
o = g_new0(Options, 1);
|
||||||
|
|
||||||
if ((n = parse_find_node("execute", node))) {
|
if ((n = parse_find_node("command", node))) {
|
||||||
gchar *s = parse_string(doc, n);
|
gchar *s = parse_string(doc, n);
|
||||||
o->cmd = parse_expand_tilde(s);
|
o->cmd = parse_expand_tilde(s);
|
||||||
g_free(s);
|
g_free(s);
|
||||||
|
|
Loading…
Reference in a new issue