Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: icons.c Log Message: Check that thing. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/icons.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- icons.c 25 May 2005 21:42:59 -0000 1.1 +++ icons.c 25 May 2005 21:47:24 -0000 1.2 @@ -211,6 +211,8 @@ for (i = 0; i < sizeof(ewin->icon_image) / sizeof(Imlib_Image *); i++) { + if (!ewin->icon_image[i]) + continue; imlib_context_set_image(ewin->icon_image[i]); imlib_free_image_and_decache(); ewin->icon_image[i] = NULL; ------------------------------------------------------- SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate online with coworkers and clients while avoiding the high cost of travel and communications. There is no equipment to buy and you can meet as often as you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs