s/expand_tile/ob_expand_tilde/
This commit is contained in:
parent
955dfabfed
commit
a1fdeedbf2
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ ObAction *action_parse(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node)
|
||||||
if (act->func == action_execute || act->func == action_restart) {
|
if (act->func == action_execute || act->func == action_restart) {
|
||||||
if ((n = parse_find_node("execute", node->xmlChildrenNode))) {
|
if ((n = parse_find_node("execute", node->xmlChildrenNode))) {
|
||||||
gchar *s = parse_string(doc, n);
|
gchar *s = parse_string(doc, n);
|
||||||
act->data.execute.path = expand_tilde(s);
|
act->data.execute.path = ob_expand_tilde(s);
|
||||||
g_free(s);
|
g_free(s);
|
||||||
}
|
}
|
||||||
} else if (act->func == action_showmenu) {
|
} else if (act->func == action_showmenu) {
|
||||||
|
|
Loading…
Reference in a new issue