Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/button


Modified Files:
        ewl_button.c 


Log Message:
Set the labels correctly on the test buttons.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/button/ewl_button.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_button.c        5 Jan 2007 21:07:49 -0000       1.4
+++ ewl_button.c        5 Jan 2007 23:57:50 -0000       1.5
@@ -82,7 +82,7 @@
        button[2] = ewl_button_new();
        ewl_container_child_append(EWL_CONTAINER(vbox), button[2]);
        ewl_object_alignment_set(EWL_OBJECT(button[2]), EWL_FLAG_ALIGN_LEFT);
-       ewl_button_label_set(EWL_BUTTON(button[0]), "Disabled");
+       ewl_button_label_set(EWL_BUTTON(button[2]), "Disabled");
        ewl_widget_disable(button[2]);
        ewl_widget_show(button[2]);
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to