summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/plugin.c1
1 files changed, 1 insertions, 0 deletions
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) ==