]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/showmenu.c
rename the obt_parse library to obt_xml (since it is very xml specific)
[chaz/openbox] / openbox / actions / showmenu.c
index 546be5a8c31848eca86bf31db23f195dfd1e3c82..e60f1c69e4fd280e0a856c24d3e6cc11a9132716 100644 (file)
@@ -22,8 +22,8 @@ static gpointer setup_func(xmlNodePtr node)
 
     o = g_new0(Options, 1);
 
-    if ((n = obt_parse_find_node(node, "menu")))
-        o->name = obt_parse_node_string(n);
+    if ((n = obt_xml_find_node(node, "menu")))
+        o->name = obt_xml_node_string(n);
     return o;
 }
 
This page took 0.020287 seconds and 4 git commands to generate.