Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_icon.c Log Message: Added trap for NULL sd->obj. Ref: Bug #92. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_icon.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- e_icon.c 3 Sep 2006 09:44:00 -0000 1.16 +++ e_icon.c 16 Jul 2007 00:50:50 -0000 1.17 @@ -222,6 +222,7 @@ int iw, ih; Evas_Coord x, y, w, h; + if (!sd->obj) return; if (!strcmp(evas_object_type_get(sd->obj), "edje")) { w = sd->w; ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs