]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/cyclewindows.c
Make "no" a valid choice for the dialog option in cyclewindows.c.
[chaz/openbox] / openbox / actions / cyclewindows.c
index bbcb6585a11422e22001bf22ab8925af321c13cd..5f0db27cb5173c0f6e09a9a9e944e428548bb945 100644 (file)
@@ -75,6 +75,8 @@ static gpointer setup_func(xmlNodePtr node,
     if ((n = obt_xml_find_node(node, "dialog"))) {
         if (obt_xml_node_contains(n, "none"))
             o->dialog_mode = OB_FOCUS_CYCLE_POPUP_MODE_NONE;
+        else if (obt_xml_node_contains(n, "no"))
+            o->dialog_mode = OB_FOCUS_CYCLE_POPUP_MODE_NONE;
         else if (obt_xml_node_contains(n, "icons"))
             o->dialog_mode = OB_FOCUS_CYCLE_POPUP_MODE_ICONS;
     }
This page took 0.020817 seconds and 4 git commands to generate.