Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_fm.c e_main.c Log Message: cedric's ecore_job_init/shtudown patches. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v retrieving revision 1.210 retrieving revision 1.211 diff -u -3 -r1.210 -r1.211 --- e_fm.c 3 Oct 2007 17:19:17 -0000 1.210 +++ e_fm.c 5 Oct 2007 05:12:37 -0000 1.211 @@ -386,6 +386,7 @@ const char *homedir; char path[PATH_MAX]; + ecore_job_init(); _e_storage_volume_edd_init(); homedir = e_user_homedir_get(); snprintf(path, sizeof(path), "%s/.e/e/fileman/metadata", homedir); @@ -425,6 +426,7 @@ e_fm2_custom_file_shutdown(); _e_storage_volume_edd_shutdown(); efreet_mime_shutdown(); + ecore_job_shutdown(); return 1; } =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_main.c,v retrieving revision 1.234 retrieving revision 1.235 diff -u -3 -r1.234 -r1.235 --- e_main.c 25 Sep 2007 23:31:22 -0000 1.234 +++ e_main.c 5 Oct 2007 05:12:37 -0000 1.235 @@ -312,6 +312,7 @@ "Perhaps you are out of memory?")); exit(-1); } + ecore_job_init(); // FIXME: SEGV's on shutdown if fm2 windows up - disable for now. // _e_main_shutdown_push(ecore_shutdown); ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs