rename <execute> to <command>

This commit is contained in:
Mikael Magnusson 2007-07-05 22:50:58 +00:00
parent 04b570de01
commit 8514c1b98c

View file

@ -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);