]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/movetoedge.c
rename the obt_parse library to obt_xml (since it is very xml specific)
[chaz/openbox] / openbox / actions / movetoedge.c
index e7384dadc277bb9f6faaf31e234e73a995449730..f81ded41e0ee8a405f4b4c439e00c8f8e20b0947 100644 (file)
@@ -35,8 +35,8 @@ static gpointer setup_func(xmlNodePtr node)
     o = g_new0(Options, 1);
     o->dir = OB_DIRECTION_NORTH;
 
-    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.023452 seconds and 4 git commands to generate.