Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_row.c 


Log Message:
Thanks to JeopardE for pointing out a silly variable declaration error.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_row.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_row.c   20 Feb 2003 05:17:40 -0000      1.5
+++ ewl_row.c   27 Feb 2003 22:12:08 -0000      1.6
@@ -94,6 +94,7 @@
        Ewl_Container *c;
        Ewl_Object *child;
        int x;
+       int i = 0;
 
        DENTER_FUNCTION(DLEVEL_STABLE);
 
@@ -103,7 +104,6 @@
        x = CURRENT_X(w);
        ewd_list_goto_first(c->children);
 
-       int i = 0;
        while ((child = ewd_list_next(c->children))) {
                ewl_object_request_position(child, x, CURRENT_Y(w));
 




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to