diff options
Diffstat (limited to 'openbox/actions/focus.c')
| -rw-r--r-- | openbox/actions/focus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/actions/focus.c b/openbox/actions/focus.c index 0e546dea..40c2c80d 100644 --- a/openbox/actions/focus.c +++ b/openbox/actions/focus.c @@ -23,8 +23,8 @@ static gpointer setup_func(xmlNodePtr node) o = g_new0(Options, 1); - if ((n = obt_parse_find_node(node, "here"))) - o->here = obt_parse_node_bool(n); + if ((n = obt_xml_find_node(node, "here"))) + o->here = obt_xml_node_bool(n); return o; } |
