X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fexecute.c;h=7e58fe7c7c0178ea9550d14b00f8de2853df1a52;hb=8adfa33f46a03b03eaf79a319dc1f59e5664a78d;hp=8d45aad60506f9687aaf578acc387235a4664a29;hpb=fbc7607fbd1a380428a53094e727ac7631871bd4;p=chaz%2Fopenbox 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);