Enlightenment CVS committal

Author  : urandom
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/bin


Modified Files:
        etk_button_test.c 


Log Message:
make this test symmetrical. toggle the first checkbox

===================================================================
RCS file: /cvs/e/e17/libs/etk/src/bin/etk_button_test.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- etk_button_test.c   22 Mar 2007 19:36:50 -0000      1.16
+++ etk_button_test.c   24 Mar 2007 09:53:39 -0000      1.17
@@ -89,6 +89,7 @@
    etk_container_add(ETK_CONTAINER(frame), vbox);
    
    button = etk_check_button_new_with_label("Check button");
+   etk_toggle_button_toggle(ETK_TOGGLE_BUTTON(button));
    etk_box_append(ETK_BOX(vbox), button, ETK_BOX_START, ETK_BOX_NONE, 0);
    
    button = etk_check_button_new();



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