Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        ewl_box_test.c 


Log Message:
Set the new text first.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_box_test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_box_test.c      3 Oct 2005 06:43:07 -0000       1.3
+++ ewl_box_test.c      24 Oct 2005 14:32:06 -0000      1.4
@@ -20,11 +20,11 @@
        f = ewl_object_fill_policy_get(EWL_OBJECT(w));
 
        if (f == EWL_FLAG_FILL_NONE) {
-               ewl_object_fill_policy_set(EWL_OBJECT(w), EWL_FLAG_FILL_FILL);
                ewl_button_label_set(EWL_BUTTON(w), "Fill");
+               ewl_object_fill_policy_set(EWL_OBJECT(w), EWL_FLAG_FILL_FILL);
        } else {
-               ewl_object_fill_policy_set(EWL_OBJECT(w), EWL_FLAG_FILL_NONE);
                ewl_button_label_set(EWL_BUTTON(w), "None");
+               ewl_object_fill_policy_set(EWL_OBJECT(w), EWL_FLAG_FILL_NONE);
        }
 }
 




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