all repos — openbox @ 237a12749f30287ee07420a62e71b442fe0bec15

openbox fork - make it a bit more like ryudo

shutdown the menus before the plugins are unloaded
Dana Jansens danakj@orodu.net
commit

237a12749f30287ee07420a62e71b442fe0bec15

parent

888c3d1f6ae80c3e2d8ab37ebead8a96a8d0a565

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/openbox.copenbox/openbox.c

@@ -266,6 +266,7 @@

dock_remove_all(); client_unmanage_all(); + menu_shutdown(); /* destroy menus before unloading plugins */ plugin_shutdown(); /* calls all the plugins' shutdown functions */ mouse_shutdown(); keyboard_shutdown();

@@ -275,7 +276,6 @@ group_shutdown();

screen_shutdown(); focus_shutdown(); moveresize_shutdown(); - menu_shutdown(); window_shutdown(); grab_shutdown(); event_shutdown();