Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_apps.c Log Message: Fix. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -3 -r1.31 -r1.32 --- e_apps.c 19 Apr 2005 09:05:53 -0000 1.31 +++ e_apps.c 19 Apr 2005 09:08:36 -0000 1.32 @@ -378,7 +378,7 @@ { E_App *a2; - a2 = l->next; + a2 = l->data; a2->subapps = evas_list_remove(a2->subapps, a); } evas_list_free(a->references); @@ -753,6 +753,7 @@ else if (event == ECORE_FILE_EVENT_DELETED_FILE) { E_App *a; + Evas_List *l; a = _e_app_subapp_file_find(app, file); if (a) ------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs