]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
make openbox base-dir spec compliant, and change the theme dir structure, so that...
[chaz/openbox] / openbox / action.c
index 0a969a86607f69fe3356e7ae98f87bf7ed60975e..adfa2d9e6c8957caddbcc58d0d9e838fbe3b02f6 100644 (file)
@@ -723,7 +723,7 @@ ObAction *action_parse(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node,
             if (act->func == action_execute || act->func == action_restart) {
                 if ((n = parse_find_node("execute", node->xmlChildrenNode))) {
                     gchar *s = parse_string(doc, n);
-                    act->data.execute.path = ob_expand_tilde(s);
+                    act->data.execute.path = parse_expand_tilde(s);
                     g_free(s);
                 }
             } else if (act->func == action_showmenu) {
This page took 0.019988 seconds and 4 git commands to generate.