]> Dogcows Code - chaz/openbox/commitdiff
rename <execute> to <command>
authorMikael Magnusson <mikachu@comhem.se>
Thu, 5 Jul 2007 22:50:58 +0000 (22:50 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Thu, 5 Jul 2007 22:50:58 +0000 (22:50 +0000)
openbox/actions/execute.c

index 8d45aad60506f9687aaf578acc387235a4664a29..7e58fe7c7c0178ea9550d14b00f8de2853df1a52 100644 (file)
@@ -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);
This page took 0.025473 seconds and 4 git commands to generate.