Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_main.c Log Message: shut up spanks =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_main.c,v retrieving revision 1.221 retrieving revision 1.222 diff -u -3 -r1.221 -r1.222 --- e_main.c 13 May 2007 09:12:30 -0000 1.221 +++ e_main.c 14 May 2007 15:44:22 -0000 1.222 @@ -520,7 +520,10 @@ evas_object_del(im); ecore_evas_free(ee); } - _e_main_shutdown_push(ecore_evas_shutdown); +// ecore_evas closes evas - deletes objs - deletes fm widgets which tries to +// ipc to slave to stop monitoring - but ipc has been shut down. dont shut +// down. +// _e_main_shutdown_push(ecore_evas_shutdown); TS("test done"); TS("thumb init"); @@ -1154,10 +1157,13 @@ e_focus_shutdown(); e_exehist_shutdown(); e_menu_shutdown(); - e_desk_shutdown(); - e_zone_shutdown(); - e_container_shutdown(); - e_manager_shutdown(); +// ecore_evas closes evas - deletes objs - deletes fm widgets which tries to +// ipc to slave to stop monitoring - but ipc has been shut down. dont shut +// down. +// e_desk_shutdown(); +// e_zone_shutdown(); +// e_container_shutdown(); +// e_manager_shutdown(); e_atoms_shutdown(); return 1; } ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs