Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_box.c 


Log Message:
Wrong order on configuration callback.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_box.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -3 -r1.58 -r1.59
--- ewl_box.c   19 Nov 2003 20:18:33 -0000      1.58
+++ ewl_box.c   20 Nov 2003 00:41:41 -0000      1.59
@@ -112,7 +112,7 @@
                ewl_container_init(EWL_CONTAINER(b), "vbox", ewl_box_add_cb,
                                ewl_box_child_resize_cb, ewl_box_remove_cb);
 
-       ewl_callback_prepend(w, EWL_CALLBACK_CONFIGURE, ewl_box_configure_cb,
+       ewl_callback_append(w, EWL_CALLBACK_CONFIGURE, ewl_box_configure_cb,
                        NULL);
 
        /*




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to