]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions.c
s/xmlChildrenNode/children/
[chaz/openbox] / openbox / actions.c
index 9ff20a41b1a80ea7898a8746673e12d2bbcf00c4..0db82e014b29bdf81bce9c4864d5a2c18069c465 100644 (file)
@@ -172,7 +172,7 @@ ObActionsAct* actions_parse(xmlNodePtr node)
         if ((act = actions_build_act_from_string(name)))
             /* there is more stuff to parse here */
             if (act->def->setup)
-                act->options = act->def->setup(node->xmlChildrenNode);
+                act->options = act->def->setup(node->children);
 
         g_free(name);
     }
This page took 0.024006 seconds and 4 git commands to generate.