Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_embed.c Log Message: - add comment =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_embed.c,v retrieving revision 1.52 retrieving revision 1.53 diff -u -3 -r1.52 -r1.53 --- ewl_embed.c 14 Mar 2006 05:18:46 -0000 1.52 +++ ewl_embed.c 14 Mar 2006 05:24:59 -0000 1.53 @@ -1032,6 +1032,8 @@ evas_object_clip_unset(obj); evas_object_hide(obj); + /* we have to unclip all of the clippees so that we don't end up + * getting into an infinite loop resetting the clip later */ clippees = evas_object_clipees_get(obj); for (l = clippees; l; l = l->next) evas_object_clip_unset(l->data); ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs