summaryrefslogtreecommitdiff
path: root/openbox/actions.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/actions.c')
-rw-r--r--openbox/actions.c2
1 files changed, 1 insertions, 1 deletions
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) {