summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/menu.c b/openbox/menu.c
index daea0b65..1294c4c9 100644
--- a/openbox/menu.c
+++ b/openbox/menu.c
@@ -287,7 +287,7 @@ static void parse_menu_item(xmlNodePtr node, gpointer data)
ObActionsAct *action = actions_parse(c);
if (action)
acts = g_slist_append(acts, action);
- c = obt_xml_find_node(node->next, "action");
+ c = obt_xml_find_node(c->next, "action");
}
e = menu_add_normal(state->parent, -1, label, acts, TRUE);