From b06b684589a618a2481ccc2745d5e03abb6bd5e0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 21 Dec 2009 14:04:39 -0500 Subject: rename the obt_parse library to obt_xml (since it is very xml specific) --- openbox/actions/exit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/actions/exit.c') diff --git a/openbox/actions/exit.c b/openbox/actions/exit.c index 55d89a0b..f2b0cafb 100644 --- a/openbox/actions/exit.c +++ b/openbox/actions/exit.c @@ -25,8 +25,8 @@ static gpointer setup_func(xmlNodePtr node) o = g_new0(Options, 1); o->prompt = TRUE; - if ((n = obt_parse_find_node(node, "prompt"))) - o->prompt = obt_parse_node_bool(n); + if ((n = obt_xml_find_node(node, "prompt"))) + o->prompt = obt_xml_node_bool(n); return o; } -- cgit v1.2.3