]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
change the menu plugin interface, no need for the create/destroy functions any more.
[chaz/openbox] / openbox / openbox.c
index 6656304a6361343eef2e287019ba556d2f56d4c7..165d7229730c79859e2d854c0a1ef504a156db25 100644 (file)
@@ -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();
This page took 0.02263 seconds and 4 git commands to generate.