Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_progressbar.c 


Log Message:
Pass the resize function to the container init.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_progressbar.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_progressbar.c   13 Nov 2003 18:14:10 -0000      1.4
+++ ewl_progressbar.c   13 Nov 2003 20:37:33 -0000      1.5
@@ -40,7 +40,7 @@
 
        ewl_container_init(EWL_CONTAINER(w), "progressbar",
                        __ewl_progressbar_child_add, 
-                       __ewl_progressbar_child_add, 
+                       __ewl_progressbar_child_resize, 
                        NULL);
 
        p->bar = NEW(Ewl_Widget, 1);




-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to