and disable check

SVN revision: 26619
This commit is contained in:
Carsten Haitzler 2006-10-15 15:56:45 +00:00
parent 0bf3fdae44
commit 908bc388c6
1 changed files with 2 additions and 0 deletions

View File

@ -134,11 +134,13 @@ EAPI void
e_widget_sub_object_add(Evas_Object *obj, Evas_Object *sobj)
{
API_ENTRY return;
/* enable if i want to hunt bad things in widgets
if (evas_list_find(sd->subobjs, sobj))
{
printf("----------EEEEEK! dupe sub obj is a sub obj!\n");
abort();
}
*/
sd->subobjs = evas_list_append(sd->subobjs, sobj);
if (!sd->child_can_focus)
{