Enlightenment CVS committal Author : onefang Project : e17 Module : apps/entrance
Dir : e17/apps/entrance/src/daemon Modified Files: spawner.c Log Message: Minor API breakage and fixage. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/daemon/spawner.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -3 -r1.27 -r1.28 --- spawner.c 20 Dec 2005 10:08:04 -0000 1.27 +++ spawner.c 13 Jan 2006 06:38:43 -0000 1.28 @@ -257,7 +257,7 @@ { /* Filter out redundant exit events */ - if (type == ECORE_EVENT_EXE_EXIT) + if (type == ECORE_EXE_EVENT_DEL) { if (exev) return 0; @@ -525,7 +525,7 @@ /* Set up event handlers */ _e_handler = - ecore_event_handler_add(ECORE_EVENT_EXE_EXIT, Entranced_Exe_Exited, d); + ecore_event_handler_add(ECORE_EXE_EVENT_DEL, Entranced_Exe_Exited, d); _d_handler = ecore_event_handler_add(ECORE_EVENT_SIGNAL_EXIT, Entranced_Signal_Exit, NULL); ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs