Enlightenment CVS committal

Author  : moom16
Project : e17
Module  : proto

Dir     : e17/proto/etk/src/bin


Modified Files:
        etk_tree_test.c 


Log Message:
* Sets the default value of a property at the creation of the object 
only if the property has the flag ETK_PROPERTY_CONSTRUCT. It should 
improve the creation of widgets, and fix some bugs


===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/etk/src/bin/etk_tree_test.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- etk_tree_test.c     30 Oct 2005 10:25:25 -0000      1.11
+++ etk_tree_test.c     30 Oct 2005 11:56:05 -0000      1.12
@@ -133,7 +133,7 @@
    etk_tree_build(ETK_TREE(tree));
 
    etk_tree_freeze(ETK_TREE(tree));
-   for (i = 0; i < 1000; i++)
+   for (i = 0; i < 100; i++)
    {
       row = etk_tree_append(ETK_TREE(tree), col1, PACKAGE_DATA_DIR 
"/images/open.png", _("Row1"),
          col2, 1, col3, PACKAGE_DATA_DIR "/images/1star.png", NULL);




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