X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions.c;h=023fab3ab5c96291ce0508c4527bc035cdfd0c07;hb=3e9dbc01430193035e3d1f5832c019c3f9623db8;hp=5d47b33f2e6bed804e647e7f1e5811d642569f4b;hpb=a03b817aeb7fe32be881c30d50fab79455db08c5;p=chaz%2Fopenbox diff --git a/openbox/actions.c b/openbox/actions.c index 5d47b33f..023fab3a 100644 --- a/openbox/actions.c +++ b/openbox/actions.c @@ -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) {