]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions.c
rename the obt_parse library to obt_xml (since it is very xml specific)
[chaz/openbox] / openbox / actions.c
index 5d47b33f2e6bed804e647e7f1e5811d642569f4b..023fab3ab5c96291ce0508c4527bc035cdfd0c07 100644 (file)
@@ -208,7 +208,7 @@ ObActionsAct* actions_parse(xmlNodePtr node)
     gchar *name;
     ObActionsAct *act = NULL;
 
-    if (obt_parse_attr_string(node, "name", &name)) {
+    if (obt_xml_attr_string(node, "name", &name)) {
         if ((act = actions_build_act_from_string(name))) {
             /* there is more stuff to parse here */
             if (act->def->canbeinteractive) {
This page took 0.023857 seconds and 4 git commands to generate.