Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_attach.c 


Log Message:
- now that was _stupid_....actually attach the attachment, instead of just
  making the list bigger

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_attach.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- ewl_attach.c        14 Oct 2005 04:12:18 -0000      1.12
+++ ewl_attach.c        21 Oct 2005 03:35:24 -0000      1.13
@@ -241,6 +241,7 @@
 
        list->len ++;
        list->list = realloc(list->list, list->len * sizeof(void *));
+       list->list[list->len - 1] = attach;
 
        ewl_attach_attach_type_setup(parent, attach);
 




-------------------------------------------------------
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

Reply via email to