X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=openbox%2Factions%2Flayer.c;h=2b4d325a49b37e0aaa4673102c971a0db6f2dd39;hp=1dc7c4cf5d30f037dab6de394fc7d6d5ecb35d59;hb=b06b684589a618a2481ccc2745d5e03abb6bd5e0;hpb=04dc598a1fb195065403055fbb95589dd3511daa diff --git a/openbox/actions/layer.c b/openbox/actions/layer.c index 1dc7c4cf..2b4d325a 100644 --- a/openbox/actions/layer.c +++ b/openbox/actions/layer.c @@ -55,8 +55,8 @@ static gpointer setup_func_send(xmlNodePtr node) o = g_new0(Options, 1); - if ((n = obt_parse_find_node(node, "layer"))) { - gchar *s = obt_parse_node_string(n); + if ((n = obt_xml_find_node(node, "layer"))) { + gchar *s = obt_xml_node_string(n); if (!g_ascii_strcasecmp(s, "above") || !g_ascii_strcasecmp(s, "top")) o->layer = 1;