summaryrefslogtreecommitdiff
path: root/openbox/actions/execute.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-07-05 22:50:58 +0000
committerMikael Magnusson <mikachu@comhem.se>2007-07-05 22:50:58 +0000
commit8514c1b98cb946bf320ab30ab0785eb9154f0ac9 (patch)
tree585e42fe243b9af16c5f6dc811de5b3152ed2f5a /openbox/actions/execute.c
parent04b570de01abc9661f9cf30dba306e66307957f3 (diff)
rename <execute> to <command>
Diffstat (limited to 'openbox/actions/execute.c')
-rw-r--r--openbox/actions/execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/actions/execute.c b/openbox/actions/execute.c
index 8d45aad6..7e58fe7c 100644
--- a/openbox/actions/execute.c
+++ b/openbox/actions/execute.c
@@ -39,7 +39,7 @@ static gpointer setup_func(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node)
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);
o->cmd = parse_expand_tilde(s);
g_free(s);