From: Carsten Haitzler Date: Tue, 14 Mar 2006 02:28:44 +0000 (+0000) Subject: re-enable disabled shutdown X-Git-Tag: submit/efl/20131021.015651~13873 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92d3c9d1ebbe02dc865837949a3c9d82095553be;p=platform%2Fupstream%2Fenlightenment.git re-enable disabled shutdown SVN revision: 21278 --- diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 46f50c6..505e660 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)