X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fplugin.c;h=411eb6fbee5086a385f16174a365be9c08759be5;hb=1a94524b084ccf7026e03f325d86bd6058ff99b1;hp=9b8e2d596c640b42cf6d74e7fcdd0b393c352ef8;hpb=1045079482453424f8320de99639390e3020eb72;p=chaz%2Fopenbox diff --git a/openbox/plugin.c b/openbox/plugin.c index 9b8e2d59..411eb6fb 100644 --- a/openbox/plugin.c +++ b/openbox/plugin.c @@ -158,10 +158,10 @@ void plugin_loadall(ObParseInst *i) if (io == NULL) { /* load the default plugins */ plugin_open("placement", i); - plugin_open("resistance", 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) ==