Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_configure.c Log Message: Delete the list objects and close button when the dialog closes. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_configure.c,v retrieving revision 1.84 retrieving revision 1.85 diff -u -3 -r1.84 -r1.85 --- e_configure.c 2 Dec 2006 00:19:43 -0000 1.84 +++ e_configure.c 11 Dec 2006 20:39:26 -0000 1.85 @@ -164,6 +164,10 @@ eco->cats = evas_list_remove_list(eco->cats, eco->cats); E_FREE(cat); } + evas_object_del(eco->close); + evas_object_del(eco->cat_list); + evas_object_del(eco->item_list); + evas_object_del(eco->o_list); evas_object_del(eco->edje); e_object_del(E_OBJECT(eco->win)); free(eco); ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs