]> 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 5c28fcf626d2c45f48c20df1b053a7103cc112fa..165d7229730c79859e2d854c0a1ef504a156db25 100644 (file)
@@ -267,6 +267,7 @@ int main(int argc, char **argv)
        client_unmanage_all();
 
         plugin_shutdown(); /* calls all the plugins' shutdown functions */
+        menu_shutdown();
         mouse_shutdown();
         keyboard_shutdown();
         dock_shutdown();
@@ -275,7 +276,6 @@ int main(int argc, char **argv)
        screen_shutdown();
        focus_shutdown();
         moveresize_shutdown();
-        menu_shutdown();
         window_shutdown();
         grab_shutdown();
        event_shutdown();
This page took 0.021962 seconds and 4 git commands to generate.