]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/directionaltargetwindow.c
split out edge detecting code a bit so it is easy to add the dock area and do that too
[chaz/openbox] / openbox / actions / directionaltargetwindow.c
index ac6d8b727d8910239a708b2967606b92dd388031..9cebda2716fe7158d91a6d1ba44cdd0f6e49939f 100644 (file)
@@ -65,7 +65,7 @@ static gpointer setup_func(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node)
         g_free(s);
     }
 
-    if ((n = parse_find_node("actions", node))) {
+    if ((n = parse_find_node("finalactions", node))) {
         xmlNodePtr m;
 
         m = parse_find_node("action", n->xmlChildrenNode);
This page took 0.025459 seconds and 4 git commands to generate.