Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_container.c Log Message: Testing... =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_container.c,v retrieving revision 1.55 retrieving revision 1.56 diff -u -3 -r1.55 -r1.56 --- e_container.c 17 May 2005 12:33:12 -0000 1.55 +++ e_container.c 17 May 2005 13:59:38 -0000 1.56 @@ -784,6 +784,11 @@ while ((list->layer < 6) && (!list->clients)) list->clients = list->container->layers[++list->layer].clients; + if (E_OBJECT(bd)->deleted) + { + printf("BUG: A deleted border shouldn't be in a containers client list!\n"); + return NULL; + } return bd; } @@ -804,6 +809,11 @@ list->clients = list->container->layers[list->layer].clients->last; } + if (E_OBJECT(bd)->deleted) + { + printf("BUG: A deleted border shouldn't be in a containers client list!\n"); + return NULL; + } return bd; } ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs