diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-01 01:11:15 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-01 01:11:15 +0000 |
| commit | a1fdeedbf20de74df8cf438f702a7a3e0de03064 (patch) | |
| tree | 9eba5061c425e9cfe03e0a8d5663810cb04d6c34 | |
| parent | 955dfabfed0b5af644d1c240857dd9ea303e20b4 (diff) | |
s/expand_tile/ob_expand_tilde/
| -rw-r--r-- | openbox/action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/action.c b/openbox/action.c index 7d06f12e..6a81f792 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -732,7 +732,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 = expand_tilde(s); + act->data.execute.path = ob_expand_tilde(s); g_free(s); } } else if (act->func == action_showmenu) { |
