Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        ewl_button_test.c 


Log Message:
Switch label to new API style.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_button_test.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_button_test.c   3 Oct 2005 06:43:07 -0000       1.4
+++ ewl_button_test.c   6 Oct 2005 05:01:44 -0000       1.5
@@ -117,7 +117,8 @@
                                 EWL_FLAG_ALIGN_LEFT);
        ewl_widget_show(radio_button[1]);
 
-       label = ewl_label_new("A label");
+       label = ewl_label_new();
+       ewl_label_text_set(EWL_LABEL(label), "A label");
        ewl_container_child_append(EWL_CONTAINER(button_box), label);
        ewl_widget_show(label);
 




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