X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=inline;f=openbox%2Fplugin.c;h=411eb6fbee5086a385f16174a365be9c08759be5;hb=c0c06e3828981cacc96b27a87d7803f603241d15;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) ==