]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/cyclewindows.c
Combine the Exit and SessionLogout actions
[chaz/openbox] / openbox / actions / cyclewindows.c
index cb341af7e1f679d9f75b2e5b4611aee40a85f4d7..6fba17ffb1f3113ffd0b8d26a936cb91ff2f57d0 100644 (file)
@@ -73,7 +73,7 @@ static gpointer setup_func(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node)
         m = parse_find_node("action", n->xmlChildrenNode);
         while (m) {
             ObActionsAct *action = actions_parse(i, doc, m);
-            if (action) o->actions = g_slist_prepend(o->actions, action);
+            if (action) o->actions = g_slist_append(o->actions, action);
             m = parse_find_node("action", m->next);
         }
     }
This page took 0.02142 seconds and 4 git commands to generate.