Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_container.c 


Log Message:
Fix incorrect comments from copy/paste.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_container.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -3 -r1.45 -r1.46
--- ewl_container.c     10 Aug 2006 08:17:16 -0000      1.45
+++ ewl_container.c     10 Aug 2006 08:21:22 -0000      1.46
@@ -1287,7 +1287,7 @@
                DRETURN(DLEVEL_STABLE);
 
        /*
-        * Reparent all of the containers children
+        * Enable all of the containers children
         */
        ecore_dlist_goto_first(EWL_CONTAINER(w)->children);
        while ((child = ecore_dlist_next(EWL_CONTAINER(w)->children)) != NULL) {
@@ -1319,7 +1319,7 @@
                DRETURN(DLEVEL_STABLE);
 
        /*
-        * Reparent all of the containers children
+        * Disable all of the containers children
         */
        ecore_dlist_goto_first(EWL_CONTAINER(w)->children);
        while ((child = ecore_dlist_next(EWL_CONTAINER(w)->children)) != NULL) {



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to