From 6653c9db22f47affbe5a189abcbde7786afe9413 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 27 Jul 2007 01:42:37 -0400 Subject: s/xmlChildrenNode/children/ --- openbox/actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/actions.c') diff --git a/openbox/actions.c b/openbox/actions.c index 9ff20a41..0db82e01 100644 --- a/openbox/actions.c +++ b/openbox/actions.c @@ -172,7 +172,7 @@ ObActionsAct* actions_parse(xmlNodePtr node) if ((act = actions_build_act_from_string(name))) /* there is more stuff to parse here */ if (act->def->setup) - act->options = act->def->setup(node->xmlChildrenNode); + act->options = act->def->setup(node->children); g_free(name); } -- cgit v1.2.3