]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/growtoedge.c
rename the obt_parse library to obt_xml (since it is very xml specific)
[chaz/openbox] / openbox / actions / growtoedge.c
index 0c39a63ea9b0d07519f3fc506f9c4ecba829834e..9589d3f6498aedd6a80a923fb2da3ef214ea07a5 100644 (file)
@@ -41,8 +41,8 @@ static gpointer setup_func(xmlNodePtr node)
     o->dir = OB_DIRECTION_NORTH;
     o->shrink = FALSE;
 
-    if ((n = obt_parse_find_node(node, "direction"))) {
-        gchar *s = obt_parse_node_string(n);
+    if ((n = obt_xml_find_node(node, "direction"))) {
+        gchar *s = obt_xml_node_string(n);
         if (!g_ascii_strcasecmp(s, "north") ||
             !g_ascii_strcasecmp(s, "up"))
             o->dir = OB_DIRECTION_NORTH;
This page took 0.022827 seconds and 4 git commands to generate.