Actually perform shutdown, for shutdown sake.

If some one finds this causes problems let me know, I would be happy to fix it.
I have run this through valgrind and find no memory problems with this shutdown
code.


SVN revision: 21255
This commit is contained in:
stffrdhrn 2006-03-13 13:55:23 +00:00 committed by stffrdhrn
parent 7bc863478e
commit 658e4f0bcd
1 changed files with 0 additions and 3 deletions

View File

@ -686,13 +686,10 @@ main(int argc, char **argv)
/* Store current selected desktops */
_e_main_desk_save();
/* FIXME: why? oh why is this disabled? */
#if 0
/* 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)