From 485fbff15da1a9001e610b3274747d76c1af57cb Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 29 Aug 2003 07:57:18 +0000 Subject: remove plugins from the menu parsing --- openbox/action.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'openbox/action.c') diff --git a/openbox/action.c b/openbox/action.c index dedf2c3b..7379c0ee 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -8,7 +8,6 @@ #include "frame.h" #include "screen.h" #include "action.h" -#include "dispatch.h" #include "openbox.h" #include @@ -705,13 +704,8 @@ ObAction *action_parse(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node) if ((n = parse_find_node("execute", node->xmlChildrenNode))) act->data.execute.path = parse_string(doc, n); } else if (act->func == action_showmenu) { - if ((n = parse_find_node("menu", node->xmlChildrenNode))) { - gchar *plugin; - + if ((n = parse_find_node("menu", node->xmlChildrenNode))) act->data.showmenu.name = parse_string(doc, n); - if (parse_attr_string("plugin", n, &plugin)) - menu_open_plugin(i, act->data.showmenu.name, plugin); - } } else if (act->func == action_desktop) { if ((n = parse_find_node("desktop", node->xmlChildrenNode))) act->data.desktop.desk = parse_int(doc, n); -- cgit v1.2.3