diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-14 06:01:39 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-14 06:01:39 +0000 |
| commit | cbd0e4d308e6761740ca1561108ffe97453a054d (patch) | |
| tree | 472f92231b8c4b437eb4140a50b232556cacafaa /openbox/plugin.c | |
| parent | a88e58e227385b0d53772c059a708b1a9e7866f1 (diff) | |
add the client_list_menu plugin
Diffstat (limited to 'openbox/plugin.c')
| -rw-r--r-- | openbox/plugin.c | 1 |
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) == |
