X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fopenbox.c;h=165d7229730c79859e2d854c0a1ef504a156db25;hb=615cbd96075905d75533f9b615c4ee6a75f4f9a4;hp=6656304a6361343eef2e287019ba556d2f56d4c7;hpb=237a12749f30287ee07420a62e71b442fe0bec15;p=chaz%2Fopenbox diff --git a/openbox/openbox.c b/openbox/openbox.c index 6656304a..165d7229 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -266,8 +266,8 @@ int main(int argc, char **argv) dock_remove_all(); client_unmanage_all(); - menu_shutdown(); /* destroy menus before unloading plugins */ plugin_shutdown(); /* calls all the plugins' shutdown functions */ + menu_shutdown(); mouse_shutdown(); keyboard_shutdown(); dock_shutdown();