re-enable disabled shutdown

SVN revision: 21278
This commit is contained in:
Carsten Haitzler 2006-03-14 02:28:44 +00:00
parent 3ac3cc3ff4
commit 92d3c9d1eb
1 changed files with 2 additions and 0 deletions

View File

@ -686,10 +686,12 @@ main(int argc, char **argv)
/* Store current selected desktops */
_e_main_desk_save();
#if 0 /* disabled due to segv's on shutdown/restart - not everyone will see them */
/* unroll our stack of shutdown functions with exit code of 0 */
_e_main_shutdown(0);
e_intl_shutdown();
#endif
/* if we were flagged to restart, then restart. */
if (restart)