Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_progressbar.c 


Log Message:
change the name of the progressbar bar to progressbar_bar from just bar

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_progressbar.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- ewl_progressbar.c   23 Aug 2004 00:10:14 -0000      1.14
+++ ewl_progressbar.c   1 Nov 2004 04:48:17 -0000       1.15
@@ -47,7 +47,7 @@
        if (!p->bar)
                DRETURN(DLEVEL_STABLE);
 
-       ewl_widget_init(p->bar, "bar");
+       ewl_widget_init(p->bar, "progressbar_bar");
        ewl_container_child_append(EWL_CONTAINER(p), p->bar);
        ewl_widget_show(p->bar);
 




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to