Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_attach.c Log Message: Change the direct flag after it has been changed. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_attach.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- ewl_attach.c 6 Oct 2005 03:49:52 -0000 1.4 +++ ewl_attach.c 8 Oct 2005 06:08:33 -0000 1.5 @@ -179,7 +179,6 @@ else if (list->direct) { Ewl_Attach *tmp; - list->direct = 0; tmp = EWL_ATTACH(list->list); @@ -195,6 +194,7 @@ list->list = malloc(sizeof(void *)); list->list[0] = tmp; + list->direct = 0; } else { ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs