Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_attach.c 


Log Message:
Prepend the attachment destroy callback.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_attach.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- ewl_attach.c        22 Oct 2005 16:17:00 -0000      1.14
+++ ewl_attach.c        23 Oct 2005 03:55:07 -0000      1.15
@@ -428,7 +428,7 @@
        DCHECK_TYPE("w", w, "widget");
 
        w->attach = ewl_attach_list_new();
-       ewl_callback_append(w, EWL_CALLBACK_DESTROY, 
ewl_attach_cb_parent_destroy, NULL);
+       ewl_callback_prepend(w, EWL_CALLBACK_DESTROY, 
ewl_attach_cb_parent_destroy, NULL);
 
        DLEAVE_FUNCTION(DLEVEL_STABLE);
 }




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to