]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/execute.c
make the mainloop not depend on an X display, and make it uses the obt_display automa...
[chaz/openbox] / openbox / actions / execute.c
index 6b84ce405b3681c3c5cec770acda46f3c9ac7fc1..5a7472706bc99b2a58ee48a4430e9a85ef4e3732 100644 (file)
@@ -2,6 +2,7 @@
 #include "openbox/event.h"
 #include "openbox/startupnotify.h"
 #include "openbox/screen.h"
+#include "obt/paths.h"
 #include "gettext.h"
 
 typedef struct {
@@ -39,7 +40,7 @@ static gpointer setup_func(xmlNodePtr node)
         (n = obt_parse_find_node(node, "execute")))
     {
         gchar *s = obt_parse_node_string(n);
-        o->cmd = parse_expand_tilde(s);
+        o->cmd = obt_paths_expand_tilde(s);
         g_free(s);
     }
 
This page took 0.021261 seconds and 4 git commands to generate.