From 92d3c9d1ebbe02dc865837949a3c9d82095553be Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 14 Mar 2006 02:28:44 +0000 Subject: [PATCH] re-enable disabled shutdown SVN revision: 21278 --- src/bin/e_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 46f50c6ae..505e66070 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -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)