Enlightenment CVS committal Author : englebass Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_main.c Log Message: Use shutdown stack. Don't shutdown ecore_file twice. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_main.c,v retrieving revision 1.210 retrieving revision 1.211 diff -u -3 -r1.210 -r1.211 --- e_main.c 25 Mar 2007 22:45:00 -0000 1.210 +++ e_main.c 26 Mar 2007 21:19:53 -0000 1.211 @@ -198,6 +198,7 @@ TS("intl init"); e_intl_init(); + _e_main_shutdown_push(e_intl_shutdown); TS("parse args"); /* handle some command-line parameters */ @@ -868,15 +869,15 @@ /* unroll our stack of shutdown functions with exit code of 0 */ _e_main_shutdown(0); - - e_intl_shutdown(); /* if we were flagged to restart, then restart. */ if (restart) { /* selected shutdown */ e_ipc_shutdown(); +#if 0 ecore_file_shutdown(); +#endif e_util_env_set("E_RESTART_OK", "1"); ecore_app_restart(); } ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs