From cbd0e4d308e6761740ca1561108ffe97453a054d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 14 Aug 2003 06:01:39 +0000 Subject: add the client_list_menu plugin --- openbox/plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/plugin.c') diff --git a/openbox/plugin.c b/openbox/plugin.c index 18c55064..411eb6fb 100644 --- a/openbox/plugin.c +++ b/openbox/plugin.c @@ -161,6 +161,7 @@ void plugin_loadall(ObParseInst *i) /* XXX rm me when the parser loads me magically */ plugin_open("client_menu", i); + plugin_open("client_list_menu", i); } else { /* load the plugins in the rc file */ while (g_io_channel_read_line(io, &name, NULL, NULL, &err) == -- cgit v1.2.3