projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
888c3d1
)
shutdown the menus before the plugins are unloaded
author
Dana Jansens
<danakj@orodu.net>
Thu, 14 Aug 2003 05:58:11 +0000
(
05:58
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 14 Aug 2003 05:58:11 +0000
(
05:58
+0000)
openbox/openbox.c
patch
|
blob
|
history
diff --git
a/openbox/openbox.c
b/openbox/openbox.c
index 5c28fcf626d2c45f48c20df1b053a7103cc112fa..6656304a6361343eef2e287019ba556d2f56d4c7 100644
(file)
--- a/
openbox/openbox.c
+++ b/
openbox/openbox.c
@@
-266,6
+266,7
@@
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 */
mouse_shutdown();
keyboard_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();