From be506155b39f61a8f1cebf396f5ef66809b39a71 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 15 Oct 2011 15:45:27 -0400 Subject: [PATCH] Parse all the actions in a single menu item --- openbox/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/menu.c b/openbox/menu.c index 54875d85..39a42b7b 100644 --- a/openbox/menu.c +++ b/openbox/menu.c @@ -300,7 +300,7 @@ static void parse_menu_item(xmlNodePtr node, gpointer data) xmlFree(cc); acts = action_list_concat(acts, al); - c = obt_xml_find_sibling(node->next, "action"); + c = obt_xml_find_sibling(c->next, "action"); } e = menu_add_normal(state->parent, -1, label, acts, TRUE); action_list_unref(acts); -- 2.34.1