all repos — openbox @ a1fdeedbf20de74df8cf438f702a7a3e0de03064

openbox fork - make it a bit more like ryudo

s/expand_tile/ob_expand_tilde/
Dana Jansens danakj@orodu.net
commit

a1fdeedbf20de74df8cf438f702a7a3e0de03064

parent

955dfabfed0b5af644d1c240857dd9ea303e20b4

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/action.copenbox/action.c

@@ -732,7 +732,7 @@ if ((act = action_from_string(actname))) {

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 = expand_tilde(s); + act->data.execute.path = ob_expand_tilde(s); g_free(s); } } else if (act->func == action_showmenu) {